CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EELedTask.h
Go to the documentation of this file.
1 #ifndef EELedTask_H
2 #define EELedTask_H
3 
4 /*
5  * \file EELedTask.h
6  *
7  * \author G. Della Ricca
8  *
9 */
10 
14 
18 
19 class MonitorElement;
20 class DQMStore;
21 
22 class EELedTask: public edm::EDAnalyzer{
23 
24 public:
25 
27 EELedTask(const edm::ParameterSet& ps);
28 
30 virtual ~EELedTask();
31 
32 protected:
33 
35 void analyze(const edm::Event& e, const edm::EventSetup& c);
36 
38 void beginJob(void);
39 
41 void endJob(void);
42 
44 void beginRun(const edm::Run & r, const edm::EventSetup & c);
45 
47 void endRun(const edm::Run & r, const edm::EventSetup & c);
48 
50 void reset(void);
51 
53 void setup(void);
54 
56 void cleanup(void);
57 
58 private:
59 
60 int ievt_;
61 
63 
65 
67 
69 
74 std::vector<int> ledWavelengths_;
75 
84 
93 
94 bool init_;
95 
96 };
97 
98 #endif
edm::EDGetTokenT< EcalUncalibratedRecHitCollection > EcalUncalibratedRecHitCollection_
Definition: EELedTask.h:73
MonitorElement * mePnPedMapG01L2_[18]
Definition: EELedTask.h:90
void beginRun(const edm::Run &r, const edm::EventSetup &c)
BeginRun.
Definition: EELedTask.cc:90
MonitorElement * meAmplPNMapL2_[18]
Definition: EELedTask.h:88
MonitorElement * mePnAmplMapG01L2_[18]
Definition: EELedTask.h:89
edm::EDGetTokenT< EcalRawDataCollection > EcalRawDataCollection_
Definition: EELedTask.h:70
MonitorElement * meAmplPNMapL1_[18]
Definition: EELedTask.h:79
edm::EDGetTokenT< EEDigiCollection > EEDigiCollection_
Definition: EELedTask.h:71
void beginJob(void)
BeginJob.
Definition: EELedTask.cc:79
bool mergeRuns_
Definition: EELedTask.h:68
void endRun(const edm::Run &r, const edm::EventSetup &c)
EndRun.
Definition: EELedTask.cc:98
MonitorElement * mePnPedMapG01L1_[18]
Definition: EELedTask.h:81
MonitorElement * meTimeMapL1_[18]
Definition: EELedTask.h:78
edm::EDGetTokenT< EcalPnDiodeDigiCollection > EcalPnDiodeDigiCollection_
Definition: EELedTask.h:72
std::vector< int > ledWavelengths_
Definition: EELedTask.h:74
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
Definition: EELedTask.cc:395
void setup(void)
Setup.
Definition: EELedTask.cc:138
MonitorElement * meAmplMapL1_[18]
Definition: EELedTask.h:77
MonitorElement * meShapeMapL1_[18]
Definition: EELedTask.h:76
MonitorElement * mePnAmplMapG16L1_[18]
Definition: EELedTask.h:82
void cleanup(void)
Cleanup.
Definition: EELedTask.cc:298
MonitorElement * meTimeMapL2_[18]
Definition: EELedTask.h:87
std::string prefixME_
Definition: EELedTask.h:64
MonitorElement * meShapeMapL2_[18]
Definition: EELedTask.h:85
void endJob(void)
EndJob.
Definition: EELedTask.cc:387
MonitorElement * mePnPedMapG16L2_[18]
Definition: EELedTask.h:92
MonitorElement * meAmplMapL2_[18]
Definition: EELedTask.h:86
bool init_
Definition: EELedTask.h:94
MonitorElement * mePnAmplMapG01L1_[18]
Definition: EELedTask.h:80
bool enableCleanup_
Definition: EELedTask.h:66
DQMStore * dqmStore_
Definition: EELedTask.h:62
EELedTask(const edm::ParameterSet &ps)
Constructor.
Definition: EELedTask.cc:31
void reset(void)
Reset.
Definition: EELedTask.cc:134
virtual ~EELedTask()
Destructor.
Definition: EELedTask.cc:75
Definition: Run.h:41
MonitorElement * mePnPedMapG16L1_[18]
Definition: EELedTask.h:83
MonitorElement * mePnAmplMapG16L2_[18]
Definition: EELedTask.h:91
int ievt_
Definition: EELedTask.h:60