11#ifndef ROOT_TPaveStats 
   12#define ROOT_TPaveStats 
static const double x2[5]
 
static const double x1[5]
 
#define ClassDef(name, id)
 
Mother of all ROOT objects.
 
The histogram statistics painter class.
 
virtual void DeleteText()
Delete text at the mouse position.
 
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save primitive as a C++ statement(s) on output stream out.
 
TPaveStats()
TPaveStats default constructor.
 
Int_t GetOptStat() const
Return the stat option.
 
virtual void InsertLine()
Add a new line at the mouse position.
 
virtual void SetStatFormat(const char *format="6.4g")
Change (i.e. set) the format for printing statistics.
 
void SetOptStat(Int_t stat=1)
Set the stat option.
 
Int_t fOptStat
option Stat
 
virtual void SetAllWith(const char *, Option_t *, Double_t)
Set attribute option for all lines containing string text.
 
TString fFitFormat
Printing format for fit parameters.
 
virtual TBox * AddBox(Double_t, Double_t, Double_t, Double_t)
Add a new graphics box to this pavetext.
 
virtual void SetParent(TObject *obj)
 
virtual void EditText()
Edit text at the mouse position.
 
virtual const char * GetFitFormat() const
 
virtual void SetFitFormat(const char *format="5.4g")
Change (i.e. set) the format for printing fit parameters in statistics box.
 
virtual TObject * GetParent() const
 
virtual void InsertText(const char *)
Add a new Text line at the mouse position.
 
TObject * fParent
owner of this TPaveStats
 
virtual void SetMargin(Float_t)
 
Int_t GetOptFit() const
Return the fit option.
 
virtual void Paint(Option_t *option="")
Paint the pave stat.
 
virtual void SaveStyle()
Save This TPaveStats options in current style.
 
void SetOptFit(Int_t fit=1)
Set the fit option.
 
virtual const char * GetStatFormat() const
 
virtual ~TPaveStats()
TPaveStats default destructor.
 
virtual TLine * AddLine(Double_t, Double_t, Double_t, Double_t)
Add a new graphics line to this pavetext.
 
TString fStatFormat
Printing format for stats.
 
virtual void UseCurrentStyle()
Replace current attributes by current style.
 
virtual void ReadFile(const char *, Option_t *, Int_t, Int_t)
Read lines of filename in this pavetext.
 
A Pave (see TPave) with text, lines or/and boxes inside.
 
const char * Data() const