12 #ifndef __StatisticalPlot__
13 #define __StatisticalPlot__
64 #if (defined (STANDALONE) or defined (__CINT__) )
bool m_verbose
Verbosity flag.
virtual void print(const char *options="")=0
Print the relevant information.
virtual void draw(const char *options="")=0
Draw on canvas.
void setCanvas(TCanvas *new_canvas)
Set the canvas.
TCanvas * m_canvas
Canvas.
StatisticalPlot: the base class for the statistical plots.
~StatisticalPlot()
Destructor.
void dumpToImage(const char *filename)
Write an image on disk.
TCanvas * getCanvas()
Get the canvas.
StatisticalPlot(const char *name, const char *title, bool verbosity=true)
Constructor.
bool is_verbose()
get the verbosity
virtual void dumpToFile(const char *RootFileName, const char *options="")=0
All the objects are written to rootfile.
void setVerbosity(bool verbosity)
Set the verbosity.