CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EEPedestalTask.h
Go to the documentation of this file.
1 #ifndef EEPedestalTask_H
2 #define EEPedestalTask_H
3 
4 /*
5  * \file EEPedestalTask.h
6  *
7  * $Date: 2009/08/02 15:46:41 $
8  * $Revision: 1.12 $
9  * \author G. Della Ricca
10  *
11 */
12 
16 
17 class MonitorElement;
18 class DQMStore;
19 
21 
22 public:
23 
26 
28 virtual ~EEPedestalTask();
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 
62 std::string prefixME_;
63 
65 
67 
71 std::vector<int> MGPAGains_;
72 std::vector<int> MGPAGainsPN_;
73 
77 
81 
85 
88 
89 bool init_;
90 
91 };
92 
93 #endif
edm::InputTag EcalRawDataCollection_
MonitorElement * mePedMapG06_[18]
MonitorElement * mePedMapG12_[18]
void cleanup(void)
Cleanup.
MonitorElement * mePedMapG01_[18]
void setup(void)
Setup.
edm::InputTag EcalPnDiodeDigiCollection_
MonitorElement * mePnPedMapG16_[18]
edm::InputTag EEDigiCollection_
void reset(void)
Reset.
EEPedestalTask(const edm::ParameterSet &ps)
Constructor.
void endJob(void)
EndJob.
void beginJob(void)
BeginJob.
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
void endRun(const edm::Run &r, const edm::EventSetup &c)
EndRun.
virtual ~EEPedestalTask()
Destructor.
MonitorElement * mePed3SumMapG06_[18]
MonitorElement * mePed5SumMapG06_[18]
MonitorElement * mePed3SumMapG01_[18]
std::vector< int > MGPAGains_
std::string prefixME_
MonitorElement * mePed5SumMapG12_[18]
MonitorElement * mePnPedMapG01_[18]
std::vector< int > MGPAGainsPN_
MonitorElement * mePed5SumMapG01_[18]
void beginRun(const edm::Run &r, const edm::EventSetup &c)
BeginRun.
DQMStore * dqmStore_
MonitorElement * mePed3SumMapG12_[18]
Definition: Run.h:31