CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EBTestPulseTask.h
Go to the documentation of this file.
1 #ifndef EBTestPulseTask_H
2 #define EBTestPulseTask_H
3 
4 /*
5  * \file EBTestPulseTask.h
6  *
7  * \author G. Della Ricca
8  * \author G. Franzoni
9  *
10 */
11 
15 
19 
20 class MonitorElement;
21 class DQMStore;
22 
24 
25 public:
26 
29 
31 virtual ~EBTestPulseTask();
32 
33 protected:
34 
36 void analyze(const edm::Event& e, const edm::EventSetup& c);
37 
39 void beginJob(void);
40 
42 void endJob(void);
43 
45 void beginRun(const edm::Run & r, const edm::EventSetup & c);
46 
48 void endRun(const edm::Run & r, const edm::EventSetup & c);
49 
51 void reset(void);
52 
54 void setup(void);
55 
57 void cleanup(void);
58 
59 private:
60 
61 int ievt_;
62 
64 
66 
68 
70 
75 std::vector<int> MGPAGains_;
76 std::vector<int> MGPAGainsPN_;
77 
81 
85 
88 
91 
92 // Quality check on crystals, one per each gain
93 
95 
96 bool init_;
97 
98 };
99 
100 #endif
void endJob(void)
EndJob.
MonitorElement * meAmplMapG06_[36]
EBTestPulseTask(const edm::ParameterSet &ps)
Constructor.
DQMStore * dqmStore_
edm::EDGetTokenT< EcalPnDiodeDigiCollection > EcalPnDiodeDigiCollection_
MonitorElement * meShapeMapG06_[36]
MonitorElement * mePnAmplMapG01_[36]
MonitorElement * meAmplMapG01_[36]
void reset(void)
Reset.
MonitorElement * mePnAmplMapG16_[36]
void cleanup(void)
Cleanup.
void beginJob(void)
BeginJob.
edm::EDGetTokenT< EcalRawDataCollection > EcalRawDataCollection_
void setup(void)
Setup.
MonitorElement * meShapeMapG12_[36]
edm::EDGetTokenT< EcalUncalibratedRecHitCollection > EcalUncalibratedRecHitCollection_
MonitorElement * meShapeMapG01_[36]
MonitorElement * meAmplMapG12_[36]
MonitorElement * mePnPedMapG01_[36]
virtual ~EBTestPulseTask()
Destructor.
void beginRun(const edm::Run &r, const edm::EventSetup &c)
BeginRun.
MonitorElement * mePnPedMapG16_[36]
std::vector< int > MGPAGainsPN_
std::vector< int > MGPAGains_
void endRun(const edm::Run &r, const edm::EventSetup &c)
EndRun.
Definition: Run.h:41
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
edm::EDGetTokenT< EBDigiCollection > EBDigiCollection_
std::string prefixME_