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 
6 
8 
10  {
11 
12  public:
13 
14  explicit ScoutingTestAnalyzer( const edm::ParameterSet & ) ;
15  virtual ~ScoutingTestAnalyzer() ;
16 
17  virtual void analyze( const edm::Event & , const edm::EventSetup & );
18 
19  virtual void endRun( edm::Run const &, edm::EventSetup const & ) ;
20 
21  virtual void bookMEs();
22 
23  private:
24 
25  // histograms
29 
30  } ;
31 
32 #endif
33 
virtual void analyze(const edm::Event &, const edm::EventSetup &)
MonitorElement * m_jetEtaPhi
edm::InputTag m_pfJetsCollectionTag
ScoutingTestAnalyzer(const edm::ParameterSet &)
MonitorElement * m_jetPt
virtual void endRun(edm::Run const &, edm::EventSetup const &)
Definition: Run.h:33