374   char *
st, *
sl = 
nullptr;
 
  388               while (
st && (
itok < 2)) {
 
  409            delete [] 
sl; 
sl = 
nullptr;
 
  456                                             latex->GetTextSize(),
 
  473               latex->SetTextAlign(22);
 
  480                                             latex->GetTextSize(),
 
  488            latex->SetTextAlign(22);
 
 
  531      out << 
"   ptstats->SetName(\"" << 
GetName() << 
"\");\n";
 
  533      out << 
"   ptstats->SetBorderSize(" << 
fBorderSize << 
");\n";
 
  539   out << 
"   ptstats->SetOptStat(" << 
GetOptStat() << 
");\n";
 
  540   out << 
"   ptstats->SetOptFit(" << 
GetOptFit() << 
");\n";
 
 
  550   if (
R__b.IsReading()) {
 
  561      if (
R__v > 1 || 
R__b.GetVersionOwner() == 22304) {
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t SetFillStyle
 
Option_t Option_t SetTextSize
 
Option_t Option_t TPoint TPoint const char x2
 
Option_t Option_t TPoint TPoint const char x1
 
Option_t Option_t SetTextFont
 
Option_t Option_t textsize
 
Option_t Option_t TPoint TPoint const char y2
 
Option_t Option_t SetFillColor
 
Option_t Option_t TPoint TPoint const char y1
 
R__EXTERN TStyle * gStyle
 
virtual Color_t GetFillColor() const
Return the fill area color.
 
virtual Style_t GetFillStyle() const
Return the fill area style.
 
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
 
virtual void SaveFillAttributes(std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1001)
Save fill attributes as C++ statement(s) on output stream out.
 
virtual void SaveLineAttributes(std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t widdef=1)
Save line attributes as C++ statement(s) on output stream out.
 
virtual Float_t GetTextSize() const
Return the text size.
 
virtual Font_t GetTextFont() const
Return the text font.
 
virtual Color_t GetTextColor() const
Return the text color.
 
virtual void SetTextColor(Color_t tcolor=1)
Set the text color.
 
virtual void SetTextFont(Font_t tfont=62)
Set the text font.
 
virtual void SaveTextAttributes(std::ostream &out, const char *name, Int_t alidef=12, Float_t angdef=0, Int_t coldef=1, Int_t fondef=61, Float_t sizdef=1)
Save text attributes as C++ statement(s) on output stream out.
 
Double_t fX1
X of 1st point.
 
Double_t fY2
Y of 2nd point.
 
Double_t fX2
X of 2nd point.
 
Double_t fY1
Y of 1st point.
 
Buffer base class used for serializing objects.
 
To draw Mathematical Formula.
 
TClass * IsA() const override
 
Mother of all ROOT objects.
 
R__ALWAYS_INLINE Bool_t TestBit(UInt_t f) const
 
virtual void RecursiveRemove(TObject *obj)
Recursively remove this object from a list.
 
virtual Option_t * GetDrawOption() const
Get option used by the graphics system to draw this object.
 
virtual void SetDrawOption(Option_t *option="")
Set drawing option for object.
 
static void SavePrimitiveDraw(std::ostream &out, const char *variable_name, Option_t *option=nullptr)
Save invocation of primitive Draw() method Skipped if option contains "nodraw" string.
 
static void SavePrimitiveConstructor(std::ostream &out, TClass *cl, const char *variable_name, const char *constructor_agrs="", Bool_t empty_line=kTRUE)
Save object constructor in the output stream "out".
 
@ kInvalidObject
if object ctor succeeded but object should not be used
 
A Pave (see TPave) with a text centered in the Pave.
 
void Paint(Option_t *option="") override
Paint this pavelabel with its current attributes.
 
The histogram statistics painter class.
 
TPaveStats()
TPaveStats default constructor.
 
Int_t GetOptStat() const
Return the stat option.
 
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save primitive as a C++ statement(s) on output stream out.
 
void UseCurrentStyle() override
Replace current attributes by current style.
 
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
 
TString fFitFormat
Printing format for fit parameters.
 
void SetDrawOption(Option_t *option="") override
Invalid method to change drawing option for stats box While stats box should never appear in pad list...
 
virtual const char * GetFitFormat() const
 
~TPaveStats() override
TPaveStats default destructor.
 
virtual void SetFitFormat(const char *format="5.4g")
Change (i.e. set) the format for printing fit parameters in statistics box.
 
TClass * IsA() const override
 
TObject * fParent
owner of this TPaveStats
 
Int_t GetOptFit() const
Return the fit option.
 
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
 
void Paint(Option_t *option="") override
Paint the pave stat.
 
void SetOption(Option_t *option="br") override
Change drawing option for stats box While stats should not appear in pad list of primitives,...
 
TString fStatFormat
Printing format for stats.
 
void Streamer(TBuffer &) override
Stream an object of class TPaveStats.
 
A Pave (see TPave) with text, lines or/and boxes inside.
 
virtual void SaveLines(std::ostream &out, const char *name, Bool_t)
Save lines of this pavetext as C++ statements on output stream out.
 
virtual Int_t GetSize() const
return number of text lines (ignoring TLine, etc)
 
void Streamer(TBuffer &) override
Stream an object of class TPaveText.
 
TList * fLines
List of labels.
 
TString fLabel
Label written at the top of the pavetext.
 
Float_t fMargin
Text margin.
 
virtual void SetY1NDC(Double_t y1)
 
Double_t GetY2NDC() const
 
Int_t GetBorderSize() const
 
virtual void ConvertNDCtoPad()
Convert pave coordinates from NDC to Pad coordinates.
 
const char * GetName() const override
Returns name of object.
 
Double_t GetX2NDC() const
 
TString GetSavePaveArgs(const char *extra_arg=nullptr, Bool_t save_option=kTRUE)
Returns arguments which should be used when saving primitive constructor Check if coordinates are ini...
 
Int_t fBorderSize
window box bordersize in pixels
 
virtual void SetOption(Option_t *option="br")
 
Double_t GetY1NDC() const
 
virtual void SetBorderSize(Int_t bordersize=4)
Sets the border size of the TPave box and shadow.
 
virtual void SetY2NDC(Double_t y2)
 
Double_t GetX1NDC() const
 
virtual void PaintPave(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Int_t bordersize=4, Option_t *option="br")
Draw this pave with new coordinates.
 
virtual void SetX1NDC(Double_t x1)
 
virtual void SetX2NDC(Double_t x2)
 
const char * Data() const
 
virtual void Streamer(TBuffer &)
Stream a string object.
 
Color_t GetStatTextColor() const
 
void SetOptStat(Int_t stat=1)
The type of information printed in the histogram statistics box can be selected via the parameter mod...
 
void SetStatFormat(const char *format="6.4g")
 
Float_t GetStatFontSize() const
 
void SetStatStyle(Style_t style=1001)
 
void SetStatTextColor(Color_t color=1)
 
void SetStatX(Float_t x=0)
 
Color_t GetStatColor() const
 
void SetStatBorderSize(Width_t size=2)
 
void SetStatH(Float_t h=0.1)
 
void SetFitFormat(const char *format="5.4g")
 
Width_t GetStatBorderSize() const
 
void SetStatFontSize(Float_t size=0)
 
void SetStatColor(Color_t color=19)
 
void SetStatW(Float_t w=0.19)
 
void SetStatY(Float_t y=0)
 
Style_t GetStatStyle() const
 
const char * GetFitFormat() const
 
const char * GetStatFormat() const
 
Style_t GetStatFont() const
 
void SetOptFit(Int_t fit=1)
The type of information about fit parameters printed in the histogram statistics box can be selected ...
 
Short_t Max(Short_t a, Short_t b)
Returns the largest of a and b.
 
Short_t Min(Short_t a, Short_t b)
Returns the smallest of a and b.
 
Short_t Abs(Short_t d)
Returns the absolute value of parameter Short_t d.