CMS 3D CMS Logo

HistoWrapper.h
Go to the documentation of this file.
1 #ifndef __HistoWrapper__
2 #define __HistoWrapper__
3 
5 
10 
11 enum PL { kEverything, kVital };
12 
13 class HistoWrapper {
14 public:
16  ~HistoWrapper();
17 
19  TString const& name,
20  TString const& title,
21  int const nchX,
22  double const lowX,
23  double const highX,
24  int level = kEverything);
26  TString const& name,
27  TString const& title,
28  int nchX,
29  double lowX,
30  double highX,
31  int nchY,
32  double lowY,
33  double highY,
34  int level = kEverything);
35 
36 private:
40 };
41 #endif
personalPlayback.level
level
Definition: personalPlayback.py:22
runGCPTkAlMap.title
string title
Definition: runGCPTkAlMap.py:94
MonitorElement
dqm::legacy::MonitorElement MonitorElement
Definition: HistoWrapper.h:9
kVital
Definition: HistoWrapper.h:11
DQMStore.h
dqm::legacy::MonitorElement
Definition: MonitorElement.h:462
kEverything
Definition: HistoWrapper.h:11
HistoWrapper::cPlottedHistograms
int cPlottedHistograms
Definition: HistoWrapper.h:39
HistoWrapper::cAllHistograms
int cAllHistograms
Definition: HistoWrapper.h:38
dqm::legacy::DQMStore
Definition: DQMStore.h:728
HistoWrapper::book1D
MonitorElement * book1D(DQMStore::IBooker &iBooker, TString const &name, TString const &title, int const nchX, double const lowX, double const highX, int level=kEverything)
Definition: HistoWrapper.cc:17
HistoWrapper::plotlevel
PL plotlevel
Definition: HistoWrapper.h:37
DQMStore
dqm::legacy::DQMStore DQMStore
Definition: HistoWrapper.h:7
PL
PL
Definition: HistoWrapper.h:11
HistoWrapper
Definition: HistoWrapper.h:13
MonitorElement.h
edm::ParameterSet
Definition: ParameterSet.h:47
HistoWrapper::HistoWrapper
HistoWrapper(const edm::ParameterSet &)
Definition: HistoWrapper.cc:3
HistoWrapper::~HistoWrapper
~HistoWrapper()
Definition: HistoWrapper.cc:9
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
dqm::implementation::IBooker
Definition: DQMStore.h:43
HistoWrapper::book2D
MonitorElement * book2D(DQMStore::IBooker &iBooker, TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, int level=kEverything)
Definition: HistoWrapper.cc:33
ParameterSet.h