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)
Option_t Option_t TPoint TPoint const char x2
Option_t Option_t TPoint TPoint const char x1
Option_t Option_t TPoint TPoint const char y2
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 Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t format
Option_t Option_t TPoint TPoint const char y1
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")