CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  virtual ~ScoutingTestAnalyzer() ;
12  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
13  virtual void analyze( const edm::Event & , const edm::EventSetup & );
14  virtual void endRun( edm::Run const &, edm::EventSetup const & ) ;
15  private:
16  // histograms
20  //define Token(-s)
22 };
23 #endif
virtual void analyze(const edm::Event &, const edm::EventSetup &)
MonitorElement * m_jetEtaPhi
edm::InputTag m_pfJetsCollectionTag
edm::EDGetTokenT< reco::CaloJetCollection > m_pfJetsCollectionTagToken_
ScoutingTestAnalyzer(const edm::ParameterSet &)
MonitorElement * m_jetPt
virtual void endRun(edm::Run const &, edm::EventSetup const &)
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition: Run.h:43