CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TopGenEventAnalyzer.h
Go to the documentation of this file.
1 #ifndef TopGenEventAnalyzer_h
2 #define TopGenEventAnalyzer_h
3 
4 #include "TH1.h"
5 
12 
13 
15 
16  public:
17 
18  explicit TopGenEventAnalyzer(const edm::ParameterSet&);
20 
21  private:
22 
23  virtual void beginJob() ;
24  virtual void analyze(const edm::Event&, const edm::EventSetup&);
25  virtual void endJob() ;
26 
28 
29  TH1F *nLep_;
30  TH1F *topPt_;
31  TH1F *topEta_;
32  TH1F *topPhi_;
33  TH1F *topBarPt_;
34  TH1F *topBarEta_;
35  TH1F *topBarPhi_;
36  TH1F *ttbarPt_;
37  TH1F *ttbarEta_;
38  TH1F *ttbarPhi_;
39  TH1F *prodChan_;
40 };
41 
42 #endif
TopGenEventAnalyzer(const edm::ParameterSet &)
edm::InputTag inputGenEvent_
virtual void analyze(const edm::Event &, const edm::EventSetup &)