CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TopMuonAnalyzer.h
Go to the documentation of this file.
1 #ifndef TopMuonAnalyzer_h
2 #define TopMuonAnalyzer_h
3 
4 #include "TH1F.h"
5 
12 
14 
16 
17  public:
18 
19  explicit TopMuonAnalyzer(const edm::ParameterSet&);
21 
22  private:
23 
24  virtual void beginJob() ;
25  virtual void analyze(const edm::Event&, const edm::EventSetup&);
26  virtual void endJob() ;
27 
29  bool verbose_;
30 
31  TH1F *mult_;
32  TH1F *en_;
33  TH1F *pt_;
34  TH1F *eta_;
35  TH1F *phi_;
36 };
37 
38 #endif
virtual void beginJob()
virtual void analyze(const edm::Event &, const edm::EventSetup &)
edm::EDGetTokenT< std::vector< pat::Muon > > inputToken_
TopMuonAnalyzer(const edm::ParameterSet &)
virtual void endJob()