CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EBIntegrityTask.h
Go to the documentation of this file.
1 #ifndef EBIntegrityTask_H
2 #define EBIntegrityTask_H
3 
4 /*
5  * \file EBIntegrityTask.h
6  *
7  * \author G. Della Ricca
8  *
9  */
10 
11 
15 
17 
18 class MonitorElement;
19 class DQMStore;
20 
22 
23 public:
24 
27 
29 virtual ~EBIntegrityTask();
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 beginLuminosityBlock(const edm::LuminosityBlock& lumiBlock, const edm::EventSetup& iSetup);
44 
46 void endLuminosityBlock(const edm::LuminosityBlock& lumiBlock, const edm::EventSetup& iSetup);
47 
49 void beginRun(const edm::Run & r, const edm::EventSetup & c);
50 
52 void endRun(const edm::Run & r, const edm::EventSetup & c);
53 
55 void reset(void);
56 
58 void setup(void);
59 
61 void cleanup(void);
62 
63 private:
64 
65 int ievt_;
66 
68 
70 
72 
74 
76 
87 
99 
100 bool init_;
101 
102 const static int chMemAbscissa[25];
103 const static int chMemOrdinate[25];
104 
105 };
106 
107 #endif
edm::EDGetTokenT< EBDetIdCollection > EBDetIdCollection4_
edm::EDGetTokenT< EBDetIdCollection > EBDetIdCollection2_
std::string subfolder_
edm::EDGetTokenT< EBDetIdCollection > EBDetIdCollection1_
edm::EDGetTokenT< EBDetIdCollection > EBDetIdCollection3_
MonitorElement * meIntegrityTTBlockSize[36]
MonitorElement * meIntegrityMemTTBlockSize[36]
virtual ~EBIntegrityTask()
Destructor.
void reset(void)
Reset.
MonitorElement * meIntegrityGainSwitch[36]
void endLuminosityBlock(const edm::LuminosityBlock &lumiBlock, const edm::EventSetup &iSetup)
EndLuminosityBlock.
EBIntegrityTask(const edm::ParameterSet &ps)
Constructor.
edm::EDGetTokenT< EcalElectronicsIdCollection > EcalElectronicsIdCollection6_
MonitorElement * meIntegrityMemGain[36]
static const int chMemAbscissa[25]
edm::EDGetTokenT< EcalElectronicsIdCollection > EcalElectronicsIdCollection4_
void beginRun(const edm::Run &r, const edm::EventSetup &c)
BeginRun.
MonitorElement * meIntegrityGain[36]
std::string prefixME_
void setup(void)
Setup.
MonitorElement * meIntegrityErrorsByLumi
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
MonitorElement * meIntegrityMemTTId[36]
edm::EDGetTokenT< EcalElectronicsIdCollection > EcalElectronicsIdCollection2_
DQMStore * dqmStore_
MonitorElement * meIntegrityMemChId[36]
MonitorElement * meIntegrityTTId[36]
edm::EDGetTokenT< EcalElectronicsIdCollection > EcalElectronicsIdCollection1_
void beginLuminosityBlock(const edm::LuminosityBlock &lumiBlock, const edm::EventSetup &iSetup)
BeginLuminosityBlock.
static const int chMemOrdinate[25]
void endRun(const edm::Run &r, const edm::EventSetup &c)
EndRun.
void endJob(void)
EndJob.
MonitorElement * meIntegrityDCCSize
edm::EDGetTokenT< EcalElectronicsIdCollection > EcalElectronicsIdCollection3_
MonitorElement * meIntegrityChId[36]
edm::EDGetTokenT< EcalElectronicsIdCollection > EcalElectronicsIdCollection5_
void cleanup(void)
Cleanup.
Definition: Run.h:41
void beginJob(void)
BeginJob.