#include <MuonPFAnalyzer.h>
Private Member Functions | |
void | bookHistos (DQMStore::IBooker &, const std::string &) |
float | combRelIso (const reco::Muon *muon) |
float | fDeltaPhi (float phi1, float phi2) |
void | fillInRange (MonitorElement *plot, int nAxis, double x, double y=0) |
MonitorElement * | getPlot (const std::string &group, const std::string &type) |
const reco::Vertex | getPrimaryVertex (edm::Handle< reco::VertexCollection > &vertex, edm::Handle< reco::BeamSpot > &beamSpot) |
int | muonTrackType (const reco::Muon *muon, bool usePF) |
void | recoToGenMatch (edm::Handle< reco::MuonCollection > &reco, edm::Handle< reco::GenParticleCollection > &gen) |
void | setCodeLabels (MonitorElement *plot, int nAxis) |
Private Attributes | |
edm::EDGetTokenT< reco::BeamSpot > | theBeamSpotLabel_ |
std::string | theFolder |
edm::EDGetTokenT < reco::GenParticleCollection > | theGenLabel_ |
double | theHighPtTh |
double | theIsoCut |
std::vector< std::string > | theMuonKinds |
std::map< std::string, std::map< std::string, MonitorElement * > > | thePlots |
RecoGenCollection | theRecoGen |
double | theRecoGenR |
edm::EDGetTokenT < reco::MuonCollection > | theRecoLabel_ |
bool | theRunOnMC |
edm::EDGetTokenT < reco::VertexCollection > | theVertexLabel_ |
Additional Inherited Members | |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static void | globalEndJob (DQMEDAnalyzerGlobalCache const *) |
static void | globalEndLuminosityBlockProduce (edm::LuminosityBlock &lumi, edm::EventSetup const &setup, LuminosityBlockContext const *context) |
static void | globalEndRunProduce (edm::Run &run, edm::EventSetup const &setup, RunContext const *context) |
static std::unique_ptr < DQMEDAnalyzerGlobalCache > | initializeGlobalCache (edm::ParameterSet const &) |
Protected Member Functions inherited from DQMEDAnalyzer | |
uint64_t | meId () const |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
unsigned int | streamId_ |
Definition at line 30 of file MuonPFAnalyzer.h.
typedef std::vector<RecoGenPair> MuonPFAnalyzer::RecoGenCollection |
Definition at line 33 of file MuonPFAnalyzer.h.
typedef std::pair<const reco::Muon *, const reco::GenParticle *> MuonPFAnalyzer::RecoGenPair |
Definition at line 32 of file MuonPFAnalyzer.h.
|
explicit |
Constructor.
Definition at line 39 of file MuonPFAnalyzer.cc.
References edm::ParameterSet::getParameter(), and LogTrace.
|
override |
|
overridevirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 77 of file MuonPFAnalyzer.cc.
References beam_dqm_sourceclient-live_cfg::beamSpot, reco::Candidate::begin(), PVValHelper::eta, runTauDisplay::genMuons, l1tVertexFinder::getPrimaryVertex(), watchdog::group, reco::Muon::innerTrack(), edm::Ref< C, T, F >::isNull(), reco::Muon::isPFMuon(), muon::isTightMuon(), class-composition::kind, HLT_FULL_cff::muon, patZpeak::muons, reco::RecoCandidate::p4, reco::LeafCandidate::p4(), beam_dqm_sourceclient-live_cfg::primaryVertex, DiDispStaMuonMonitor_cfi::pt, reco::LeafCandidate::pt(), and reco::Muon::tunePMuonBestTrack().
|
overridevirtual |
Implements DQMEDAnalyzer.
Definition at line 62 of file MuonPFAnalyzer.cc.
References bookHistos().
|
private |
Definition at line 216 of file MuonPFAnalyzer.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), watchdog::group, LogTrace, bigModule::plot(), and dqm::implementation::NavigatorBase::setCurrentFolder().
|
inlineprivate |
Definition at line 292 of file MuonPFAnalyzer.cc.
References reco::MuonIsolation::emEt, reco::MuonIsolation::hadEt, reco::Muon::isolationR03(), reco::LeafCandidate::pt(), and reco::MuonIsolation::sumPt.
|
inlineprivate |
|
private |
Definition at line 328 of file MuonPFAnalyzer.cc.
References dqm::impl::MonitorElement::Fill(), dqm::impl::MonitorElement::getTH1(), timingPdfMaker::histo, mps_fire::i, edm::max(), edm::min(), and relativeConstraints::value.
|
private |
Definition at line 275 of file MuonPFAnalyzer.cc.
References LogTrace.
|
private |
Definition at line 416 of file MuonPFAnalyzer.cc.
References edm::HandleBase::isValid(), and beam_dqm_sourceclient-live_cfg::primaryVertex.
|
private |
Definition at line 357 of file MuonPFAnalyzer.cc.
References reco::Muon::muonBestTrackType(), None, and reco::Muon::tunePMuonBestTrackType().
|
private |
Definition at line 378 of file MuonPFAnalyzer.cc.
References funct::abs(), HLT_FULL_cff::deltaR, edm::HandleBase::isValid(), PatBasicFWLiteAnalyzer::muonEta, and PatBasicFWLiteAnalyzer::muonPhi.
|
private |
Definition at line 304 of file MuonPFAnalyzer.cc.
References dqm::impl::MonitorElement::getTH1(), and timingPdfMaker::histo.
|
private |
Definition at line 76 of file MuonPFAnalyzer.h.
|
private |
Definition at line 89 of file MuonPFAnalyzer.h.
|
private |
Definition at line 73 of file MuonPFAnalyzer.h.
|
private |
Definition at line 83 of file MuonPFAnalyzer.h.
|
private |
Definition at line 85 of file MuonPFAnalyzer.h.
|
private |
Definition at line 78 of file MuonPFAnalyzer.h.
|
private |
Definition at line 80 of file MuonPFAnalyzer.h.
|
private |
Definition at line 81 of file MuonPFAnalyzer.h.
|
private |
Definition at line 84 of file MuonPFAnalyzer.h.
|
private |
Definition at line 74 of file MuonPFAnalyzer.h.
|
private |
Definition at line 87 of file MuonPFAnalyzer.h.
|
private |
Definition at line 75 of file MuonPFAnalyzer.h.