CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalBarrelMonitorModule.h
Go to the documentation of this file.
1 #ifndef EcalBarrelMonitorModule_H
2 #define EcalBarrelMonitorModule_H
3 
4 /*
5  * \file EcalBarrelMonitorModule.h
6  *
7  * $Date: 2012/04/26 07:44:00 $
8  * $Revision: 1.61 $
9  * \author G. Della Ricca
10  *
11 */
12 
17 
18 class MonitorElement;
19 class DQMStore;
20 
22 
23 public:
24 
27 
29 virtual ~EcalBarrelMonitorModule();
30 
31 protected:
32 
34 void analyze(const edm::Event& e, const edm::EventSetup& c);
35 
36 // BeginJob
37 void beginJob(void);
38 
39 // EndJob
40 void endJob(void);
41 
43 void beginRun(const edm::Run & r, const edm::EventSetup & c);
44 
46 void endRun(const edm::Run & r, const edm::EventSetup & c);
47 
49 void reset(void);
50 
52 void setup(void);
53 
55 void cleanup(void);
56 
57 private:
58 
61 
64 
66 
68 
70 
71 int ievt_;
72 
77 
78 bool verbose_;
79 bool debug_;
80 
82 
84 
86 
88 
90 
92 
95 
98 
100 
104 
106 
107 bool init_;
108 
109 };
110 
111 #endif
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
MonitorElement * meEBtpdigis_[2]
void beginRun(const edm::Run &r, const edm::EventSetup &c)
BeginRun.
virtual ~EcalBarrelMonitorModule()
Destructor.
EcalBarrelMonitorModule(const edm::ParameterSet &ps)
Constructor.
void endRun(const edm::Run &r, const edm::EventSetup &c)
EndRun.
Definition: Run.h:36