Jpp  18.6.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Public Member Functions | List of all members
JROOT::JF1 Struct Reference

Wrapper data structure to build ROOT 1D function. More...

#include <JRootfit.hh>

Inheritance diagram for JROOT::JF1:

Classes

struct  helper
 Helper. More...
 

Public Member Functions

template<class JF1_t >
 JF1 (const char *const name, const JF1_t &f1, const range_type &X=range_type())
 Constructor. More...
 

Detailed Description

Wrapper data structure to build ROOT 1D function.

Definition at line 588 of file JRootfit.hh.

Constructor & Destructor Documentation

template<class JF1_t >
JROOT::JF1::JF1 ( const char *const  name,
const JF1_t &  f1,
const range_type X = range_type() 
)
inline

Constructor.

Parameters
namename
f1function
Xfit range

Definition at line 599 of file JRootfit.hh.

601  :
602  TF1(name,
603  helper<JF1_t>(f1),
604  X.getLowerLimit(),
605  X.getUpperLimit(),
606  0)
607  {
608  this->SetNpx(1000);
609  };
T getLowerLimit() const
Get lower limit.
Definition: JRange.hh:202
const JPolynome f1(1.0, 2.0, 3.0)
Function.
T getUpperLimit() const
Get upper limit.
Definition: JRange.hh:213
then fatal The output file must have the wildcard in the name
Definition: JCanberra.sh:31

The documentation for this struct was generated from the following file: