CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EETestPulseTask.h
Go to the documentation of this file.
1 #ifndef EETestPulseTask_H
2 #define EETestPulseTask_H
3 
4 /*
5  * \file EETestPulseTask.h
6  *
7  * \author G. Della Ricca
8  *
9 */
10 
14 
18 
19 class MonitorElement;
20 class DQMStore;
21 
23 
24 public:
25 
28 
30 virtual ~EETestPulseTask();
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> MGPAGains_;
75 std::vector<int> MGPAGainsPN_;
76 
80 
84 
87 
90 
91 // Quality check on crystals, one per each gain
92 
94 
95 bool init_;
96 
97 };
98 
99 #endif
virtual ~EETestPulseTask()
Destructor.
edm::EDGetTokenT< EEDigiCollection > EEDigiCollection_
std::vector< int > MGPAGains_
MonitorElement * meShapeMapG06_[18]
MonitorElement * mePnAmplMapG01_[18]
edm::EDGetTokenT< EcalRawDataCollection > EcalRawDataCollection_
MonitorElement * meAmplMapG01_[18]
void setup(void)
Setup.
EETestPulseTask(const edm::ParameterSet &ps)
Constructor.
MonitorElement * mePnAmplMapG16_[18]
void cleanup(void)
Cleanup.
std::string prefixME_
DQMStore * dqmStore_
void beginRun(const edm::Run &r, const edm::EventSetup &c)
BeginRun.
edm::EDGetTokenT< EcalPnDiodeDigiCollection > EcalPnDiodeDigiCollection_
void endRun(const edm::Run &r, const edm::EventSetup &c)
EndRun.
MonitorElement * meAmplMapG12_[18]
void beginJob(void)
BeginJob.
void reset(void)
Reset.
MonitorElement * meShapeMapG12_[18]
void endJob(void)
EndJob.
MonitorElement * mePnPedMapG01_[18]
edm::EDGetTokenT< EcalUncalibratedRecHitCollection > EcalUncalibratedRecHitCollection_
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
MonitorElement * meAmplMapG06_[18]
MonitorElement * meShapeMapG01_[18]
MonitorElement * mePnPedMapG16_[18]
Definition: Run.h:41
std::vector< int > MGPAGainsPN_