#include <MuonAnalyzerBase.h>
Public Member Functions | |
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. | |
virtual void | beginJob (DQMStore *dbe)=0 |
Inizialize parameters for histo binning. | |
MuonAnalyzerBase (MuonServiceProxy *theServ) | |
Constructor. | |
MuonServiceProxy * | service () |
virtual | ~MuonAnalyzerBase () |
Destructor. | |
Private Attributes | |
MuonServiceProxy * | theService |
base class for all DQM monitor sources
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::Muon & | recoMuon | ||
) | [inline] |
void MuonAnalyzerBase::analyze | ( | const edm::Event & | , |
const edm::EventSetup & | , | ||
reco::Track & | recoTrack | ||
) | [inline] |
virtual void MuonAnalyzerBase::beginJob | ( | DQMStore * | dbe | ) | [pure virtual] |
Inizialize parameters for histo binning.
Implemented in DiMuonHistograms, EfficiencyAnalyzer, MuonEnergyDepositAnalyzer, MuonKinVsEtaAnalyzer, MuonRecoAnalyzer, MuonRecoOneHLT, MuonSeedsAnalyzer, and SegmentTrackAnalyzer.
MuonServiceProxy* MuonAnalyzerBase::service | ( | ) | [inline] |
Definition at line 46 of file MuonAnalyzerBase.h.
References theService.
Referenced by MuonSeedsAnalyzer::getSeedTSOS().
{return theService;}
MuonServiceProxy* MuonAnalyzerBase::theService [private] |
Definition at line 50 of file MuonAnalyzerBase.h.
Referenced by service().