133 std::list<TFormulaFunction>
fFuncs;
134 std::map<TString,TFormulaVariable>
fVars;
135 std::map<TString,Int_t,TFormulaParamOrder>
fParams;
136 std::map<TString,Double_t>
fConsts;
179 TFormula(
const char *
name,
const char * formula =
"",
bool addToGlobList =
true,
bool vectorize =
false);
180 TFormula(
const char *
name,
const char * formula,
int ndim,
int npar,
bool addToGlobList =
true);
213 return EvalParVec(
x, params);
246 void SetParNames(
const char *name0=
"p0",
const char *name1=
"p1",
const char
247 *name2=
"p2",
const char *name3=
"p3",
const char
248 *name4=
"p4",
const char *name5=
"p5",
const char *name6=
"p6",
const char *name7=
"p7",
const char
249 *name8=
"p8",
const char *name9=
"p9",
const char *name10=
"p10");
static double p3(double t, double a, double b, double c, double d)
static double p1(double t, double a, double b)
static double p2(double t, double a, double b, double c)
#define ClassDef(name, id)
Method or function calling interface.
The TNamed class is the base class for all named ROOT classes.
Mother of all ROOT objects.
R__ALWAYS_INLINE Bool_t TestBit(UInt_t f) const
const char * Data() const
void(* Generic_t)(void *, int, void **, void *)