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 <cstdlib>
27 #include <iostream>
28 #include <memory>
29 #include <string>
30 #include <vector>
31 
33 public:
36  void beginJob() override;
37  void endJob() override;
38  void analyze(const edm::Event &, const edm::EventSetup &) override;
39  void beginRun(const edm::Run &, const edm::EventSetup &) override;
40  void endRun(const edm::Run &, const edm::EventSetup &) override;
41 
42 private:
44  int verbosity;
45 };
46 
47 #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:45
HarvestingDataCertification(const edm::ParameterSet &)