#include <DQMOffline/Muon/src/MuonAnalyzerBase.h>
Public Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &, reco::Track &recoTrack) |
Get the analysis of the muon track properties. | |
void | analyze (const edm::Event &, const edm::EventSetup &, reco::Muon &recoMuon) |
Get the analysis of the muon properties. | |
virtual void | beginJob (edm::EventSetup const &iSetup, DQMStore *dbe)=0 |
Inizialize parameters for histo binning. | |
MuonAnalyzerBase (MuonServiceProxy *theServ) | |
Constructor. | |
MuonServiceProxy * | service () |
virtual | ~MuonAnalyzerBase () |
Destructor. | |
Private Attributes | |
MuonServiceProxy * | theService |
Definition at line 28 of file MuonAnalyzerBase.h.
MuonAnalyzerBase::MuonAnalyzerBase | ( | MuonServiceProxy * | theServ | ) | [inline] |
virtual MuonAnalyzerBase::~MuonAnalyzerBase | ( | ) | [inline, virtual] |
void MuonAnalyzerBase::analyze | ( | const edm::Event & | , | |
const edm::EventSetup & | , | |||
reco::Track & | recoTrack | |||
) | [inline] |
void MuonAnalyzerBase::analyze | ( | const edm::Event & | , | |
const edm::EventSetup & | , | |||
reco::Muon & | recoMuon | |||
) | [inline] |
virtual void MuonAnalyzerBase::beginJob | ( | edm::EventSetup const & | iSetup, | |
DQMStore * | dbe | |||
) | [pure virtual] |
Inizialize parameters for histo binning.
Implemented in MuonEnergyDepositAnalyzer, MuonRecoAnalyzer, MuonSeedsAnalyzer, and SegmentTrackAnalyzer.
MuonServiceProxy* MuonAnalyzerBase::service | ( | ) | [inline] |
Definition at line 46 of file MuonAnalyzerBase.h.
References theService.
Referenced by MuonSeedsAnalyzer::getSeedTSOS().
00046 {return theService;}
MuonServiceProxy* MuonAnalyzerBase::theService [private] |