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::JF2 Struct Reference

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

#include <JRootfit.hh>

Inheritance diagram for JROOT::JF2:

Classes

struct  helper
 Helper. More...
 

Public Member Functions

template<class JF2_t >
 JF2 (const char *const name, const JF2_t &f2, const range_type &X=range_type(), const range_type &Y=range_type())
 Constructor. More...
 

Detailed Description

Wrapper data structure to build ROOT 2D function.

Definition at line 649 of file JRootfit.hh.

Constructor & Destructor Documentation

template<class JF2_t >
JROOT::JF2::JF2 ( const char *const  name,
const JF2_t &  f2,
const range_type X = range_type(),
const range_type Y = range_type() 
)
inline

Constructor.

Parameters
namename
f2function
Xfit range
Yfit range

Definition at line 661 of file JRootfit.hh.

664  :
665  TF2(name,
666  helper<JF2_t>(f2),
667  X.getLowerLimit(),
668  X.getUpperLimit(),
669  Y.getLowerLimit(),
670  Y.getUpperLimit(),
671  0)
672  {
673  this->SetNpx(1000);
674  this->SetNpy(1000);
675  };
T getLowerLimit() const
Get lower limit.
Definition: JRange.hh:202
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: