Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
PhysicsTools
RooStatsCms
src
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
8
#include "
PhysicsTools/RooStatsCms/interface/StatisticalPlot.h
"
9
#endif
10
#include "TROOT.h"
11
12
//For Cint
13
#if (defined (STANDALONE) or defined (__CINT__) )
14
ClassImp(
StatisticalPlot
)
15
#endif
16
/*----------------------------------------------------------------------------*/
17
18
StatisticalPlot::StatisticalPlot
(
const
char
*
name
,
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
29
void
StatisticalPlot::setVerbosity
(
bool
verbosity
){
30
m_verbose
=
verbosity
;
31
}
32
33
/*----------------------------------------------------------------------------*/
34
35
bool
StatisticalPlot::is_verbose
(){
36
return
m_verbose
;
37
}
38
39
/*----------------------------------------------------------------------------*/
40
41
StatisticalPlot::~StatisticalPlot
(){
42
//delete m_canvas;
43
}
44
45
/*----------------------------------------------------------------------------*/
46
47
// Automatically converted from the standalone version Wed Apr 15 11:36:34 2009
indexGen.title
title
Definition:
indexGen.py:48
StatisticalPlot::m_verbose
bool m_verbose
Verbosity flag.
Definition:
StatisticalPlot.h:58
mergeVDriftHistosByStation.name
string name
Definition:
mergeVDriftHistosByStation.py:77
PFRecoTauDiscriminationAgainstMuon2_cfi.verbosity
tuple verbosity
Definition:
PFRecoTauDiscriminationAgainstMuon2_cfi.py:26
StatisticalPlot
StatisticalPlot: the base class for the statistical plots.
Definition:
StatisticalPlot.h:21
StatisticalPlot::~StatisticalPlot
~StatisticalPlot()
Destructor.
Definition:
StatisticalPlot.cc:41
StatisticalPlot.h
StatisticalPlot::StatisticalPlot
StatisticalPlot(const char *name, const char *title, bool verbosity=true)
Constructor.
Definition:
StatisticalPlot.cc:18
StatisticalPlot::is_verbose
bool is_verbose()
get the verbosity
Definition:
StatisticalPlot.cc:35
StatisticalPlot::setVerbosity
void setVerbosity(bool verbosity)
Set the verbosity.
Definition:
StatisticalPlot.cc:29
Generated for CMSSW Reference Manual by
1.8.5