CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
StatisticalPlot.cc
Go to the documentation of this file.
1 // Author: Danilo.Piparo@cern.ch 01/06/2008
2 
3 
4 #if (defined (STANDALONE) or defined (__CINT__) )
5  #include "StatisticalPlot.h"
6 #else
8 #endif
9 #include "TROOT.h"
10 
11 //For Cint
12 #if (defined (STANDALONE) or defined (__CINT__) )
13 ClassImp(StatisticalPlot)
14 #endif
15 /*----------------------------------------------------------------------------*/
16 
18  const char* title,
19  bool verbosity):
20  TNamed(name,title){
21  setVerbosity(verbosity);
22  //m_canvas=new TCanvas(name,title);
23  gROOT->SetStyle("Plain");
24  }
25 
26 /*----------------------------------------------------------------------------*/
27 
30  }
31 
32 /*----------------------------------------------------------------------------*/
33 
35  return m_verbose;
36  }
37 
38 /*----------------------------------------------------------------------------*/
39 
41  //delete m_canvas;
42  }
43 
44 /*----------------------------------------------------------------------------*/
45 
46 // Automatically converted from the standalone version Wed Apr 15 11:36:34 2009
bool m_verbose
Verbosity flag.
StatisticalPlot: the base class for the statistical plots.
~StatisticalPlot()
Destructor.
StatisticalPlot(const char *name, const char *title, bool verbosity=true)
Constructor.
bool is_verbose()
get the verbosity
void setVerbosity(bool verbosity)
Set the verbosity.