CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TopJetAnalyzer.h
Go to the documentation of this file.
1 #ifndef TopJetAnalyzer_h
2 #define TopJetAnalyzer_h
3 
4 #include "TH1F.h"
5 
12 
14 
15  public:
16 
17  explicit TopJetAnalyzer(const edm::ParameterSet&);
19 
20  private:
21 
22  virtual void beginJob() ;
23  virtual void analyze(const edm::Event&, const edm::EventSetup&);
24  virtual void endJob() ;
25 
27  bool verbose_;
28 
29  TH1F *mult_;
30  TH1F *en_;
31  TH1F *pt_;
32  TH1F *eta_;
33  TH1F *phi_;
34 };
35 
36 #endif
edm::InputTag input_
virtual void analyze(const edm::Event &, const edm::EventSetup &)
virtual void endJob()
TopJetAnalyzer(const edm::ParameterSet &)
virtual void beginJob()