CMS 3D CMS Logo

ESDataCertificationTask.h
Go to the documentation of this file.
1 #ifndef ESDataCertificationTask_h
2 #define ESDataCertificationTask_h
3 
8 
10 public:
13 
15  ~ESDataCertificationTask() override;
16 
17 protected:
18  void analyze(const edm::Event& e, const edm::EventSetup& c) override;
19  void beginJob(void) override;
20  void endJob(void) override;
21  void beginLuminosityBlock(const edm::LuminosityBlock& lumiBlock, const edm::EventSetup& iSetup) override;
22  void reset(void);
23 
24 private:
26 
28 
29  bool mergeRuns_;
30 
33 };
34 
35 #endif
MonitorElement * meESDataCertificationSummaryMap_
void analyze(const edm::Event &e, const edm::EventSetup &c) override
MonitorElement * meESDataCertificationSummary_
dqm::legacy::MonitorElement MonitorElement
dqm::legacy::DQMStore DQMStore
void beginLuminosityBlock(const edm::LuminosityBlock &lumiBlock, const edm::EventSetup &iSetup) override
ESDataCertificationTask(const edm::ParameterSet &ps)