CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalEndcapMonitorModule.h
Go to the documentation of this file.
1 #ifndef EcalEndcapMonitorModule_H
2 #define EcalEndcapMonitorModule_H
3 
4 /*
5  * \file EcalEndcapMonitorModule.h
6  *
7  * $Date: 2012/04/26 07:45:14 $
8  * $Revision: 1.23 $
9  * \author G. Della Ricca
10  *
11 */
12 
17 
18 class MonitorElement;
19 class DQMStore;
20 
22 
23 public:
24 
27 
29 virtual ~EcalEndcapMonitorModule();
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 setup(void);
44 
46 void beginRun(const edm::Run & r, const edm::EventSetup & c);
47 
49 void endRun(const edm::Run & r, const edm::EventSetup & c);
50 
52 void reset(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 
85 std::string prefixME_;
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.
void endRun(const edm::Run &r, const edm::EventSetup &c)
EndRun.
MonitorElement * meEEtpdigis_[2]
EcalEndcapMonitorModule(const edm::ParameterSet &ps)
Constructor.
void beginRun(const edm::Run &r, const edm::EventSetup &c)
BeginRun.
Definition: Run.h:33
virtual ~EcalEndcapMonitorModule()
Destructor.