Jpp 21.0.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
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, const range_type &Y)
 Constructor.
 

Detailed Description

Wrapper data structure to build ROOT 2D function.

Definition at line 849 of file JRootfit.hh.

Constructor & Destructor Documentation

◆ JF2()

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

Constructor.

Parameters
namename
f2function
Xfit range
Yfit range

Definition at line 861 of file JRootfit.hh.

864 :
865 TF2(name,
866 helper<JF2_t>(f2),
867 X.getLowerLimit(),
868 X.getUpperLimit(),
869 Y.getLowerLimit(),
870 Y.getUpperLimit(),
871 0)
872 {
873 this->SetNpx(1000);
874 this->SetNpy(1000);
875 };

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