CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EEPedestalOnlineTask.h
Go to the documentation of this file.
1 #ifndef EEPedestalOnlineTask_H
2 #define EEPedestalOnlineTask_H
3 
4 /*
5  * \file EEPedestalOnlineTask.h
6  *
7  * \author G. Della Ricca
8  *
9 */
10 
14 
16 
17 class MonitorElement;
18 class DQMStore;
19 
21 
22 public:
23 
26 
28 virtual ~EEPedestalOnlineTask();
29 
30 protected:
31 
33 void analyze(const edm::Event& e, const edm::EventSetup& c);
34 
36 void beginJob(void);
37 
39 void endJob(void);
40 
42 void beginRun(const edm::Run & r, const edm::EventSetup & c);
43 
45 void endRun(const edm::Run & r, const edm::EventSetup & c);
46 
48 void reset(void);
49 
51 void setup(void);
52 
54 void cleanup(void);
55 
56 private:
57 
58 int ievt_;
59 
61 
63 
65 
67 
69 
71 
73 
74 bool init_;
75 
76 };
77 
78 #endif
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
void beginRun(const edm::Run &r, const edm::EventSetup &c)
BeginRun.
void cleanup(void)
Cleanup.
void endJob(void)
EndJob.
EEPedestalOnlineTask(const edm::ParameterSet &ps)
Constructor.
MonitorElement * mePedMapG12_[18]
void beginJob(void)
BeginJob.
edm::EDGetTokenT< EEDigiCollection > EEDigiCollection_
void endRun(const edm::Run &r, const edm::EventSetup &c)
EndRun.
virtual ~EEPedestalOnlineTask()
Destructor.
Definition: Run.h:41