#include <MuonAnalyzerBase.h>
Public Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &, reco::Muon &recoMuon) |
Get the analysis of the muon properties. More... | |
void | analyze (const edm::Event &, const edm::EventSetup &, reco::Track &recoTrack) |
Get the analysis of the muon track properties. More... | |
virtual void | beginJob (DQMStore *dbe)=0 |
Inizialize parameters for histo binning. More... | |
MuonAnalyzerBase (MuonServiceProxy *theServ) | |
Constructor. More... | |
MuonServiceProxy * | service () |
virtual | ~MuonAnalyzerBase () |
Destructor. More... | |
Private Attributes | |
MuonServiceProxy * | theService |
base class for all DQM monitor sources
Definition at line 28 of file MuonAnalyzerBase.h.
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
Get the analysis of the muon track properties.
Definition at line 44 of file MuonAnalyzerBase.h.
|
pure virtual |
Inizialize parameters for histo binning.
Implemented in MuonSeedsAnalyzer, SegmentTrackAnalyzer, EfficiencyAnalyzer, MuonEnergyDepositAnalyzer, MuonKinVsEtaAnalyzer, MuonRecoAnalyzer, DiMuonHistograms, and MuonRecoOneHLT.
|
inline |
Definition at line 46 of file MuonAnalyzerBase.h.
References theService.
Referenced by MuonSeedsAnalyzer::getSeedTSOS().
|
private |
Definition at line 50 of file MuonAnalyzerBase.h.
Referenced by service().