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
5 
7 
9 
11  {
12 
13  public:
14 
15  explicit ScoutingTestAnalyzer( const edm::ParameterSet & ) ;
16  virtual ~ScoutingTestAnalyzer() ;
17 
18  virtual void analyze( const edm::Event & , const edm::EventSetup & );
19 
20  virtual void endRun( edm::Run const &, edm::EventSetup const & ) ;
21 
22  virtual void bookMEs();
23 
24  private:
25 
26  // histograms
30 
31  //define Token(-s)
33  } ;
34 
35 #endif
36 
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 &)
Definition: Run.h:41