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
dqm::legacy::MonitorElement MonitorElement
Definition: HistoWrapper.h:9
PL
Definition: HistoWrapper.h:11
dqm::legacy::DQMStore DQMStore
Definition: HistoWrapper.h:7
int cPlottedHistograms
Definition: HistoWrapper.h:39
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
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
HistoWrapper(const edm::ParameterSet &)
Definition: HistoWrapper.cc:3
int cAllHistograms
Definition: HistoWrapper.h:38