#define ClassDefOverride(name, id)
Option_t Option_t TPoint xy
Int_t fCase
Projection along X(0), or Y(1)
Double_t fXY
Value along Y (if projection X) or X (if projection Y)
Double_t EvalPar(const Double_t *x, const Double_t *params=nullptr) override
Evaluate this function at point x[0].
TF12()
TF12 default constructor.
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save primitive as a C++ statement(s) on output stream out.
void Copy(TObject &f12) const override
Copy this F2 to a new F2.
~TF12() override
F2 default destructor.
virtual void SetXY(Double_t xy)
Set the value of the constant for the TF2.
virtual Double_t GetXY() const
TF1 * DrawCopy(Option_t *option="") const override
Draw a copy of this function with its current attributes.
TF2 * fF2
Pointer to the mother TF2.
Double_t Eval(Double_t x, Double_t y=0, Double_t z=0, Double_t t=0) const override
Evaluate this formula.
virtual Double_t EvalPar(const Double_t *x, const Double_t *params=nullptr)
Evaluate function with given coordinates and parameters.
TF1(EFType functionType, const char *name, Double_t xmin, Double_t xmax, Int_t npar, Int_t ndim, EAddToList addToGlobList, TF1Parameters *params=nullptr, TF1FunctorPointer *functor=nullptr)
General constructor for TF1. Most of the other constructors delegate on it.
virtual Double_t Eval(Double_t x, Double_t y=0, Double_t z=0, Double_t t=0) const
Evaluate this function.
A 2-Dim function with parameters.
TObject()
TObject constructor.