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  * \author G. Della Ricca
8  *
9 */
10 
14 
17 
18 class MonitorElement;
19 class DQMStore;
20 
22 
23 public:
24 
27 
29 virtual ~EEPedestalTask();
30 
31 protected:
32 
34 void analyze(const edm::Event& e, const edm::EventSetup& c);
35 
37 void beginJob(void);
38 
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 
59 int ievt_;
60 
62 
64 
66 
68 
72 std::vector<int> MGPAGains_;
73 std::vector<int> MGPAGainsPN_;
74 
78 
82 
86 
89 
90 bool init_;
91 
92 };
93 
94 #endif
MonitorElement * mePedMapG06_[18]
MonitorElement * mePedMapG12_[18]
void cleanup(void)
Cleanup.
MonitorElement * mePedMapG01_[18]
void setup(void)
Setup.
MonitorElement * mePnPedMapG16_[18]
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.
edm::EDGetTokenT< EcalRawDataCollection > EcalRawDataCollection_
edm::EDGetTokenT< EEDigiCollection > EEDigiCollection_
DQMStore * dqmStore_
MonitorElement * mePed3SumMapG12_[18]
edm::EDGetTokenT< EcalPnDiodeDigiCollection > EcalPnDiodeDigiCollection_
Definition: Run.h:41