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 // @(#)root/hist:$Id: StatisticalPlot.cc,v 1.4 2009/05/15 09:55:59 dpiparo Exp $
2 // Author: Danilo.Piparo@cern.ch 01/06/2008
3 
4 
5 #if (defined (STANDALONE) or defined (__CINT__) )
6  #include "StatisticalPlot.h"
7 #else
9 #endif
10 #include "TROOT.h"
11 
12 //For Cint
13 #if (defined (STANDALONE) or defined (__CINT__) )
14 ClassImp(StatisticalPlot)
15 #endif
16 /*----------------------------------------------------------------------------*/
17 
19  const char* title,
20  bool verbosity):
21  TNamed(name,title){
22  setVerbosity(verbosity);
23  //m_canvas=new TCanvas(name,title);
24  gROOT->SetStyle("Plain");
25  }
26 
27 /*----------------------------------------------------------------------------*/
28 
31  }
32 
33 /*----------------------------------------------------------------------------*/
34 
36  return m_verbose;
37  }
38 
39 /*----------------------------------------------------------------------------*/
40 
42  //delete m_canvas;
43  }
44 
45 /*----------------------------------------------------------------------------*/
46 
47 // 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.