42#ifdef R__HAS_STD_EXPERIMENTAL_SIMD
int Int_t
Signed integer 4 bytes (int).
double Double_t
Double 8 bytes.
const char Option_t
Option string (const char).
#define ClassDefOverride(name, id)
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
virtual void SetXY(Double_t xy)
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save a primitive as a C++ statement(s) on output stream "out".
void Copy(TObject &f12) const override
Copy this to obj.
virtual Double_t GetXY() const
TF1 * DrawCopy(Option_t *option="") const override
TF2 * fF2
Pointer to the mother TF2.
TF12(const char *name, TF2 *f2, Double_t xy, Option_t *option="x", EAddToList addToGlobList=EAddToList::kDefault)
Double_t Eval(Double_t x, Double_t y=0, Double_t z=0, Double_t t=0) const override
EAddToList
Add to list behavior.
virtual Double_t Eval(Double_t x, Double_t y=0, Double_t z=0, Double_t t=0) const
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 EvalPar(const Double_t *x, const Double_t *params=nullptr)
TObject()
TObject constructor.