62 Error(
"TF12",
"Pointer to TF2 is null");
91 f12.TF12::Copy(*
this);
178 Error(
"SavePrimitive",
"Function not yet implemented");
Option_t Option_t TPoint xy
A projection of a TF2 along X or Y.
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.
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 GetXmax() const
Double_t fXmin
Lower bounds for the range.
TH1 * fHistogram
! Pointer to histogram used for visualisation
void SetTitle(const char *title="") override
Set function title if title has the form "fffffff;xxxx;yyyy", it is assumed that the function title i...
void Copy(TObject &f1) const override
Copy this F1 to a new F1.
virtual void InitArgs(const Double_t *x, const Double_t *params)
Initialize parameters addresses.
virtual Double_t EvalPar(const Double_t *x, const Double_t *params=nullptr)
Evaluate function with given coordinates and parameters.
virtual Double_t Eval(Double_t x, Double_t y=0, Double_t z=0, Double_t t=0) const
Evaluate this function.
Double_t fXmax
Upper bounds for the range.
virtual Double_t GetXmin() const
A 2-Dim function with parameters.
virtual Double_t GetYmax() const
virtual Double_t GetYmin() const
void SetTitle(const char *title) override
Change/set the title.
const char * GetTitle() const override
Returns title of object.
virtual void SetName(const char *name)
Set the name of the TNamed.
Mother of all ROOT objects.
virtual void AppendPad(Option_t *option="")
Append graphics object to current pad.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
@ kCanDelete
if object in a list can be deleted
void ToLower()
Change string to lower-case.
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString.
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const