99 std::unique_ptr<TMethodCall>
fMethod;
136 std::list<TFormulaFunction>
fFuncs;
137 std::map<TString,TFormulaVariable>
fVars;
138 std::map<TString,Int_t,TFormulaParamOrder>
fParams;
139 std::map<TString,Double_t>
fConsts;
182 TFormula(
const char *
name,
const char * formula =
"",
bool addToGlobList =
true,
bool vectorize =
false);
183 TFormula(
const char *
name,
const char * formula,
int ndim,
int npar,
bool addToGlobList =
true);
221 return EvalParVec(
x, params);
254 void SetParNames(
const char *name0=
"p0",
const char *name1=
"p1",
const char
255 *name2=
"p2",
const char *name3=
"p3",
const char
256 *name4=
"p4",
const char *name5=
"p5",
const char *name6=
"p6",
const char *name7=
"p7",
const char
257 *name8=
"p8",
const char *name9=
"p9",
const char *name10=
"p10");
#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 *)