CMS 3D CMS Logo

HarvestingDataCertification.h
Go to the documentation of this file.
1 #ifndef HarvestingDataCertification_h
2 #define HarvestingDataCertification_h
3 
11 // framework & common header files
20 
21 //DQM services
25 
26 #include <iostream>
27 #include <cstdlib>
28 #include <string>
29 #include <memory>
30 #include <vector>
31 
33 {
34 
35  public:
36 
39  void beginJob() override;
40  void endJob() override;
41  void analyze(const edm::Event&, const edm::EventSetup&) override;
42  void beginRun(const edm::Run&, const edm::EventSetup&) override;
43  void endRun(const edm::Run&, const edm::EventSetup&) override;
44 
45 
46 private:
48  int verbosity;
49 };
50 
51 #endif
void beginRun(const edm::Run &, const edm::EventSetup &) override
void endRun(const edm::Run &, const edm::EventSetup &) override
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: Run.h:44
HarvestingDataCertification(const edm::ParameterSet &)