Jpp  19.0.0
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 589 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 600 of file JRootfit.hh.

602  :
603  TF1(name,
604  helper<JF1_t>(f1),
605  X.getLowerLimit(),
606  X.getUpperLimit(),
607  0)
608  {
609  this->SetNpx(1000);
610  };
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: