CMS 3D CMS Logo

HarvestingAnalyzer.h
Go to the documentation of this file.
1 #ifndef HarvestingAnalyzer_h
2 #define HarvestingAnalyzer_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 
32 #include "TString.h"
33 
35 {
36 
37  public:
38 
39  explicit HarvestingAnalyzer(const edm::ParameterSet&);
40  ~HarvestingAnalyzer() override;
41  void beginJob() override;
42  void endJob() override;
43  void analyze(const edm::Event&, const edm::EventSetup&) override;
44  void beginRun(const edm::Run&, const edm::EventSetup&) override;
45  void endRun(const edm::Run&, const edm::EventSetup&) override;
46 
47 
48 private:
50  int verbosity;
52 
53 };
54 
55 #endif
void endRun(const edm::Run &, const edm::EventSetup &) override
HarvestingAnalyzer(const edm::ParameterSet &)
void beginJob() override
void beginRun(const edm::Run &, const edm::EventSetup &) override
void endJob() override
void analyze(const edm::Event &, const edm::EventSetup &) override
~HarvestingAnalyzer() override
Definition: Run.h:44