98 std::unique_ptr<TMethodCall>
fMethod;
143 std::list<TFormulaFunction>
fFuncs;
144 std::map<TString,TFormulaVariable>
fVars;
145 std::map<TString,Int_t,TFormulaParamOrder>
fParams;
146 std::map<TString,Double_t>
fConsts;
189 TFormula(
const char *
name,
const char * formula =
"",
bool addToGlobList =
true,
bool vectorize =
false);
190 TFormula(
const char *
name,
const char * formula,
int ndim,
int npar,
bool addToGlobList =
true);
247 return EvalParVec(
x, params);
281 void SetParNames(
const char *name0=
"p0",
const char *name1=
"p1",
const char
282 *name2=
"p2",
const char *name3=
"p3",
const char
283 *name4=
"p4",
const char *name5=
"p5",
const char *name6=
"p6",
const char *name7=
"p7",
const char
284 *name8=
"p8",
const char *name9=
"p9",
const char *name10=
"p10");
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
#define ClassDefOverride(name, id)
winID h TVirtualViewer3D TVirtualGLPainter p
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t result
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
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 *)