CMS 3D CMS Logo

ScoutingTestAnalyzer.h
Go to the documentation of this file.
1 #ifndef ScoutingTestAnalyzer_h
2 #define ScoutingTestAnalyzer_h
3 
4 // This class is used to test the functionalities of the package
7 
9 public:
10  explicit ScoutingTestAnalyzer(const edm::ParameterSet &);
11  ~ScoutingTestAnalyzer() override;
12  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
13  void analyze(const edm::Event &, const edm::EventSetup &) override;
14  void endRun(edm::Run const &, edm::EventSetup const &) override;
15 
16 private:
17  // histograms
21  // define Token(-s)
23 };
24 #endif
MonitorElement * m_jetEtaPhi
void endRun(edm::Run const &, edm::EventSetup const &) override
edm::InputTag m_pfJetsCollectionTag
edm::EDGetTokenT< reco::CaloJetCollection > m_pfJetsCollectionTagToken_
ScoutingTestAnalyzer(const edm::ParameterSet &)
MonitorElement * m_jetPt
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition: Run.h:45
void analyze(const edm::Event &, const edm::EventSetup &) override