CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonAnalyzerBase.h
Go to the documentation of this file.
1 #ifndef MuonAnalyzerBase_H
2 #define MuonAnalyzerBase_H
3 
4 
13 #include <memory>
14 #include <fstream>
21 
27 
29  public:
30 
33 
35  virtual ~MuonAnalyzerBase() {}
36 
38  virtual void beginJob(DQMStore* dbe)= 0;
39 
41  void analyze(const edm::Event&, const edm::EventSetup&, reco::Muon& recoMuon){}
42 
44  void analyze(const edm::Event&, const edm::EventSetup&, reco::Track& recoTrack){}
45  void analyze(const edm::Event&, const edm::EventSetup&){};
46 
48 
49  private:
50  // ----------member data ---------------------------
52 };
53 #endif
virtual void beginJob()
Definition: EDAnalyzer.h:63
virtual ~MuonAnalyzerBase()
Destructor.
MuonServiceProxy * theService
MuonServiceProxy * service()
void analyze(const edm::Event &, const edm::EventSetup &)
MuonAnalyzerBase(MuonServiceProxy *theServ)
Constructor.
void analyze(const edm::Event &, const edm::EventSetup &, reco::Muon &recoMuon)
Get the analysis of the muon properties.
void analyze(const edm::Event &, const edm::EventSetup &, reco::Track &recoTrack)
Get the analysis of the muon track properties.