11#ifndef ROOT_TPaveStats
12#define ROOT_TPaveStats
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)
TBox()
Box default constructor.
Use the TLine constructor to create a simple line.
Mother of all ROOT objects.
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save primitive as a C++ statement(s) on output stream out.
void UseCurrentStyle() override
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyl...
void InsertText(const char *) override
void InsertLine() override
void SetOptStat(Int_t stat=1)
Int_t fOptStat
option Stat
TLine * AddLine(Double_t, Double_t, Double_t, Double_t) override
TString fFitFormat
Printing format for fit parameters.
void DeleteText() override
virtual void SetStatFormat(const char *format="6.4g")
TPaveStats(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Option_t *option="br")
TBox * AddBox(Double_t, Double_t, Double_t, Double_t) override
void SetDrawOption(Option_t *option="") override
Set drawing option for object.
virtual const char * GetFitFormat() const
TObject * fParent
owner of this TPaveStats
TObject * GetParent() const override
void SetParent(TObject *obj) override
void ReadFile(const char *, Option_t *, Int_t, Int_t) override
void SetOptFit(Int_t fit=1)
virtual const char * GetStatFormat() const
void SetAllWith(const char *, Option_t *, Double_t) override
void Paint(Option_t *option="") override
Paint this pave with its current attributes.
void SetOption(Option_t *option="br") override
TString fStatFormat
Printing format for stats.
virtual void SetFitFormat(const char *format="5.4g")