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  * $Date: 2012/04/27 13:46:00 $
8  * $Revision: 1.36 $
9  * \author G. Della Ricca
10  * \author G. Franzoni
11  *
12 */
13 
17 
18 class MonitorElement;
19 class DQMStore;
20 
22 
23 public:
24 
27 
29 virtual ~EBTestPulseTask();
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 
63 std::string prefixME_;
64 
66 
68 
73 std::vector<int> MGPAGains_;
74 std::vector<int> MGPAGainsPN_;
75 
79 
83 
86 
89 
90 // Quality check on crystals, one per each gain
91 
93 
94 bool init_;
95 
96 };
97 
98 #endif
void endJob(void)
EndJob.
MonitorElement * meAmplMapG06_[36]
EBTestPulseTask(const edm::ParameterSet &ps)
Constructor.
DQMStore * dqmStore_
MonitorElement * meShapeMapG06_[36]
MonitorElement * mePnAmplMapG01_[36]
MonitorElement * meAmplMapG01_[36]
void reset(void)
Reset.
MonitorElement * mePnAmplMapG16_[36]
void cleanup(void)
Cleanup.
void beginJob(void)
BeginJob.
void setup(void)
Setup.
MonitorElement * meShapeMapG12_[36]
MonitorElement * meShapeMapG01_[36]
edm::InputTag EcalRawDataCollection_
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_
edm::InputTag EBDigiCollection_
edm::InputTag EcalUncalibratedRecHitCollection_
edm::InputTag EcalPnDiodeDigiCollection_
std::vector< int > MGPAGains_
void endRun(const edm::Run &r, const edm::EventSetup &c)
EndRun.
Definition: Run.h:33
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
std::string prefixME_