CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TopTauAnalyzer.h
Go to the documentation of this file.
1 #ifndef TopTauAnalyzer_h
2 #define TopTauAnalyzer_h
3 
4 #include "TH1F.h"
5 
12 
14 
15  public:
16 
17  explicit TopTauAnalyzer(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 
28  TH1F *mult_;
29  TH1F *en_;
30  TH1F *pt_;
31  TH1F *eta_;
32  TH1F *phi_;
33 };
34 
35 #endif
virtual void endJob()
virtual void analyze(const edm::Event &, const edm::EventSetup &)
edm::InputTag input_
TopTauAnalyzer(const edm::ParameterSet &)
virtual void beginJob()