CMS 3D CMS Logo

HistoWrapper.h
Go to the documentation of this file.
1 #ifndef __HistoWrapper__
2 #define __HistoWrapper__
3 
5 
10 
12 
13 class HistoWrapper {
14  public:
16  ~HistoWrapper();
17 
18  MonitorElement* book1D(DQMStore::IBooker& iBooker, TString const &name, TString const &title, int const nchX, double const lowX, double const highX, int level = kEverything);
19  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);
20 
21  private:
25 };
26 #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:461
kEverything
Definition: HistoWrapper.h:11
HistoWrapper::cPlottedHistograms
int cPlottedHistograms
Definition: HistoWrapper.h:24
HistoWrapper::cAllHistograms
int cAllHistograms
Definition: HistoWrapper.h:23
dqm::legacy::DQMStore
Definition: DQMStore.h:727
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:16
HistoWrapper::plotlevel
PL plotlevel
Definition: HistoWrapper.h:22
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:26
ParameterSet.h