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 
15 #include <memory>
16 #include <fstream>
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 
47 
48  private:
49  // ----------member data ---------------------------
51 };
52 #endif
virtual ~MuonAnalyzerBase()
Destructor.
MuonServiceProxy * theService
MuonServiceProxy * service()
MuonAnalyzerBase(MuonServiceProxy *theServ)
Constructor.
virtual void beginJob(DQMStore *dbe)=0
Inizialize parameters for histo binning.
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.