![]() |
ATLAS Offline Software
|
#include <TriggerMuonValidationPlots.h>
Public Member Functions | |
| TriggerMuonValidationPlots (PlotBase *pParent, const std::string &sDir, std::vector< unsigned int > authors, bool isData, bool doTrigMuonL1Validation, bool doTrigMuonL2Validation, bool doTrigMuonEFValidation, std::vector< std::vector< std::string > > ChainSeed, std::vector< std::string > L1MuonItems) | |
| virtual | ~TriggerMuonValidationPlots () |
| void | fill (const xAOD::MuonRoI &TrigL1mu) |
| void | fill (const xAOD::L2StandAloneMuon &L2SAmu) |
| void | fill (const xAOD::L2CombinedMuon &L2CBmu) |
| void | fill (const xAOD::Muon &Trigmu) |
| void | fill (const xAOD::Muon &Trigmu, const xAOD::Muon &Recomu) |
| void | fill (const xAOD::L2StandAloneMuon &L2SAmu, const xAOD::Muon &Recomu) |
| void | fill (const xAOD::L2CombinedMuon &L2CBmu, const xAOD::Muon &Recomu) |
| void | fillNumEff (const xAOD::Muon &Trigmu, const std::string &selectedChain) |
| void | fillDenEff (const xAOD::Muon &Trigmu, const std::string &selectedChain) |
| void | fillNumL1Eff (const xAOD::Muon &Trigmu, const std::string &selectedChain) |
| void | fillDenL1Eff (const xAOD::Muon &Trigmu, const std::string &selectedChain) |
| void | fillFeatPlots (const xAOD::Muon &Trigmu, const std::string &selectedChain) |
| void | fillFeatPlots (const xAOD::MuonRoI &TrigL1mu, const std::string &selectedChain) |
| void | fillDenRELEff (const xAOD::Muon &Trigmu, const std::string &selectedChain) |
| void | fillNumRELEff (const xAOD::Muon &Trigmu, const std::string &selectedChain) |
| void | initialize () |
| void | finalize () |
| void | setDetailLevel (int iDetailLevel) |
| void | RegisterSubPlot (PlotBase *pPlotBase) |
| std::vector< HistData > | retrieveBookedHistograms () |
| Retrieve all booked histograms. | |
| std::vector< TreeData > | retrieveBookedTrees () |
| Retrieve all booked trees. | |
| std::vector< EfficiencyData > | retrieveBookedEfficiencies () |
| Retrieve all booked efficiency objects. | |
| TTree * | BookTree (const std::string &name, bool prependDir=true) |
| Book a TTree. | |
| const std::string & | getDirectory () |
Methods to book monitoring histograms | |
Note: methods starting with capitals should be deprecated in favour of camel-cased methods | |
| TH1D * | Book1D (const std::string &name, const std::string &labels, int nBins, float start, float end, bool prependDir=true) |
| Book a TH1D histogram. | |
| TH1D * | Book1D (const std::string &name, TH1 *refHist, const std::string &labels, bool prependDir=true) |
| Book a TH1D histogram using refHist as reference for number of bins and axis range. | |
| TH2F * | Book2D (const std::string &name, const std::string &labels, int nBinsX, float startX, float endX, int nBinsY, float startY, float endY, bool prependDir=true) |
| Book a TH2F histogram. | |
| TH2F * | Book2D (const std::string &name, TH2 *refHist, const std::string &labels, bool prependDir=true) |
| Book a TH2D histogram using refHist as reference for number of bins and axis range. | |
| TH2F * | Book2D (const std::string &name, const std::string &labels, int nBinsX, Double_t *binsX, int nBinsY, Double_t startY, Double_t endY, bool prependDir=true) |
| Book a TH2F histogram with variable x axis binning. | |
| TH3F * | Book3D (const std::string &name, const std::string &labels, int nBinsX, float startX, float endX, int nBinsY, float startY, float endY, int nBinsZ, float startZ, float endZ, bool prependDir=true) |
| Book a TH3F histogram. | |
| TH3F * | Book3D (const std::string &name, TH3 *refHist, const std::string &labels, bool prependDir=true) |
| Book a TH3F histogram using refHist as reference for number of bins and axis range. | |
| TProfile * | BookTProfile (const std::string &name, const std::string &labels, int nBinsX, float startX, float endX, float startY=-1, float endY=-1, bool prependDir=true, bool useRMS=false) |
| Book a TProfile histogram. | |
| TProfile * | BookTProfile (const std::string &name, const std::string &labels, int nBinsX, float *binsX, bool prependDir=true) |
| Book a TProfile histogram with variable binning in x-axis. | |
| TProfile * | BookTProfileRangeY (const std::string &name, const std::string &labels, int nBinsX, double *binsX, double startY, double endY, bool prependDir=true) |
| Book a TProfile histogram with variable binning in x-axis and limits in y-values. | |
| TProfile2D * | BookTProfile2D (const std::string &name, const std::string &labels, const int nBinsX, const double xlo, const double xhi, const int nBinsY, const double ylo, const double yhi, bool prependDir=true, bool useRMS=false) |
| Book a TProfile 2D histogram with variable binning in x-axis and limits in y-values. | |
| TProfile2D * | BookTProfile2D (const std::string &name, const std::string &labels, const int nBinsX, double *binsX, const int nBinsY, double *binsY, bool prependDir=true, bool useRMS=false) |
| Book a TProfile 2D histogram with variable binning in x-axis and limits in y-values. | |
| TEfficiency * | BookTEfficiency (const std::string &name, const std::string &labels, const int nBinsX, const float xlo, const float xhi, const bool prependDir=true) |
| Book a (1-D) TEfficiency histogram. | |
| TEfficiency * | BookTEfficiency (const std::string &name, const std::string &labels, const int nBinsX, const float xlo, const float xhi, const int nBinsy, const float ylo, const float yhi, const bool prependDir=true) |
| Book a (2-D) TEfficiency histogram. | |
Protected Attributes | |
| std::vector< PlotBase * > | m_vSubNodes |
| std::vector< HistData > | m_vBookedHistograms |
| std::vector< TreeData > | m_vBookedTrees |
| std::vector< EfficiencyData > | m_vBookedEfficiencies |
| std::string | m_sDirectory |
| int | m_iDetailLevel |
Private Member Functions | |
| void | fillTriggerMuonPlots (const xAOD::Muon &Trigmu) |
| void | fillTriggerMuonPlots (const xAOD::Muon &Trigmu, const xAOD::Muon &Recomu) |
| void | fillTriggerMuonPlots (const xAOD::L2StandAloneMuon &L2SAmu, const xAOD::Muon &Recomu) |
| void | fillTriggerMuonPlots (const xAOD::L2CombinedMuon &L2CBmu, const xAOD::Muon &Recomu) |
| void | fillTriggerMuonPlots (const xAOD::MuonRoI &TrigL1mu) |
| void | fillTriggerMuonPlots (const xAOD::L2StandAloneMuon &L2SAmu) |
| void | fillTriggerMuonPlots (const xAOD::L2CombinedMuon &L2CBmu) |
| float | findTrigTreshold (const TString &chain) |
| virtual void | initializePlots () |
| virtual void | finalizePlots () |
Static Private Member Functions | |
| static std::string | constructPrefix (std::string dir, bool prependDir) |
Private Attributes | |
| bool | m_doTrigMuonL1Validation |
| bool | m_doTrigMuonL2Validation |
| bool | m_doTrigMuonEFValidation |
| std::vector< std::vector< std::string > > | m_ChainSeed |
| std::vector< std::string > | m_L1MuonItems |
Definition at line 19 of file TriggerMuonValidationPlots.h.
| TriggerMuonValidationPlots::TriggerMuonValidationPlots | ( | PlotBase * | pParent, |
| const std::string & | sDir, | ||
| std::vector< unsigned int > | authors, | ||
| bool | isData, | ||
| bool | doTrigMuonL1Validation, | ||
| bool | doTrigMuonL2Validation, | ||
| bool | doTrigMuonEFValidation, | ||
| std::vector< std::vector< std::string > > | ChainSeed, | ||
| std::vector< std::string > | L1MuonItems ) |
Definition at line 10 of file TriggerMuonValidationPlots.cxx.
|
virtualdefault |
|
inherited |
Book a TH1D histogram.
Definition at line 94 of file PlotBase.cxx.
|
inherited |
Book a TH1D histogram using refHist as reference for number of bins and axis range.
Definition at line 108 of file PlotBase.cxx.
|
inherited |
Book a TH2F histogram with variable x axis binning.
Definition at line 144 of file PlotBase.cxx.
|
inherited |
Book a TH2F histogram.
Definition at line 123 of file PlotBase.cxx.
|
inherited |
Book a TH2D histogram using refHist as reference for number of bins and axis range.
Definition at line 138 of file PlotBase.cxx.
|
inherited |
Book a TH3F histogram.
Definition at line 157 of file PlotBase.cxx.
|
inherited |
Book a TH3F histogram using refHist as reference for number of bins and axis range.
Definition at line 171 of file PlotBase.cxx.
|
inherited |
Book a (1-D) TEfficiency histogram.
Definition at line 257 of file PlotBase.cxx.
|
inherited |
Book a (2-D) TEfficiency histogram.
Definition at line 270 of file PlotBase.cxx.
|
inherited |
Book a TProfile histogram with variable binning in x-axis.
Definition at line 204 of file PlotBase.cxx.
|
inherited |
Book a TProfile histogram.
Definition at line 186 of file PlotBase.cxx.
|
inherited |
Book a TProfile 2D histogram with variable binning in x-axis and limits in y-values.
Definition at line 231 of file PlotBase.cxx.
|
inherited |
Book a TProfile 2D histogram with variable binning in x-axis and limits in y-values.
Definition at line 245 of file PlotBase.cxx.
|
inherited |
Book a TProfile histogram with variable binning in x-axis and limits in y-values.
Definition at line 217 of file PlotBase.cxx.
|
inherited |
Book a TTree.
Definition at line 281 of file PlotBase.cxx.
|
staticprivateinherited |
Definition at line 293 of file PlotBase.cxx.
| void TriggerMuonValidationPlots::fill | ( | const xAOD::L2CombinedMuon & | L2CBmu | ) |
Definition at line 149 of file TriggerMuonValidationPlots.cxx.
| void TriggerMuonValidationPlots::fill | ( | const xAOD::L2CombinedMuon & | L2CBmu, |
| const xAOD::Muon & | Recomu ) |
Definition at line 141 of file TriggerMuonValidationPlots.cxx.
| void TriggerMuonValidationPlots::fill | ( | const xAOD::L2StandAloneMuon & | L2SAmu | ) |
Definition at line 147 of file TriggerMuonValidationPlots.cxx.
| void TriggerMuonValidationPlots::fill | ( | const xAOD::L2StandAloneMuon & | L2SAmu, |
| const xAOD::Muon & | Recomu ) |
Definition at line 137 of file TriggerMuonValidationPlots.cxx.
| void TriggerMuonValidationPlots::fill | ( | const xAOD::Muon & | Trigmu | ) |
Definition at line 133 of file TriggerMuonValidationPlots.cxx.
| void TriggerMuonValidationPlots::fill | ( | const xAOD::Muon & | Trigmu, |
| const xAOD::Muon & | Recomu ) |
Definition at line 135 of file TriggerMuonValidationPlots.cxx.
| void TriggerMuonValidationPlots::fill | ( | const xAOD::MuonRoI & | TrigL1mu | ) |
Definition at line 145 of file TriggerMuonValidationPlots.cxx.
| void TriggerMuonValidationPlots::fillDenEff | ( | const xAOD::Muon & | Trigmu, |
| const std::string & | selectedChain ) |
Definition at line 163 of file TriggerMuonValidationPlots.cxx.
| void TriggerMuonValidationPlots::fillDenL1Eff | ( | const xAOD::Muon & | Trigmu, |
| const std::string & | selectedChain ) |
Definition at line 201 of file TriggerMuonValidationPlots.cxx.
| void TriggerMuonValidationPlots::fillDenRELEff | ( | const xAOD::Muon & | Trigmu, |
| const std::string & | selectedChain ) |
Definition at line 237 of file TriggerMuonValidationPlots.cxx.
| void TriggerMuonValidationPlots::fillFeatPlots | ( | const xAOD::Muon & | Trigmu, |
| const std::string & | selectedChain ) |
Definition at line 177 of file TriggerMuonValidationPlots.cxx.
| void TriggerMuonValidationPlots::fillFeatPlots | ( | const xAOD::MuonRoI & | TrigL1mu, |
| const std::string & | selectedChain ) |
Definition at line 214 of file TriggerMuonValidationPlots.cxx.
| void TriggerMuonValidationPlots::fillNumEff | ( | const xAOD::Muon & | Trigmu, |
| const std::string & | selectedChain ) |
Definition at line 151 of file TriggerMuonValidationPlots.cxx.
| void TriggerMuonValidationPlots::fillNumL1Eff | ( | const xAOD::Muon & | Trigmu, |
| const std::string & | selectedChain ) |
Definition at line 189 of file TriggerMuonValidationPlots.cxx.
| void TriggerMuonValidationPlots::fillNumRELEff | ( | const xAOD::Muon & | Trigmu, |
| const std::string & | selectedChain ) |
Definition at line 251 of file TriggerMuonValidationPlots.cxx.
|
private |
Definition at line 99 of file TriggerMuonValidationPlots.cxx.
|
private |
Definition at line 127 of file TriggerMuonValidationPlots.cxx.
|
private |
Definition at line 97 of file TriggerMuonValidationPlots.cxx.
|
private |
Definition at line 121 of file TriggerMuonValidationPlots.cxx.
|
private |
Definition at line 101 of file TriggerMuonValidationPlots.cxx.
|
private |
Definition at line 110 of file TriggerMuonValidationPlots.cxx.
|
private |
Definition at line 95 of file TriggerMuonValidationPlots.cxx.
|
inherited |
Definition at line 47 of file PlotBase.cxx.
|
inlineprivatevirtualinherited |
Reimplemented in IDTPM::DuplicateRatePlots, IDTPM::EfficiencyPlots, IDTPM::FakeRatePlots, IDTPM::HitsOnTracksPlots, IDTPM::NtracksPlots, IDTPM::OfflineElectronPlots, IDTPM::ResolutionPlots, IDTPM::SummaryPlots, IDTPM::TrackParametersPlots, IDTPM::VertexParametersPlots, InDetBasicPlot, InDetPerfPlot_Duplicate, InDetPerfPlot_Efficiency, InDetPerfPlot_FakeRate, InDetPerfPlot_Resolution, InDetPerfPlot_TrackParameters, InDetPerfPlot_TRTExtension, InDetPerfPlot_VertexTruthMatching, JetTagDQA::BTaggingValidationPlots, TCCPlots, Trk::EfficiencyPlots, ZeeValidation::ReconElectronsPlots, ZeeValidation::TrueElectronsPlots, and ZeeValidation::TrueFwdElectronsPlots.
Definition at line 92 of file PlotBase.h.
|
private |
Definition at line 265 of file TriggerMuonValidationPlots.cxx.
|
inlineinherited |
Definition at line 88 of file PlotBase.h.
|
inherited |
Definition at line 39 of file PlotBase.cxx.
|
inlineprivatevirtualinherited |
Reimplemented in DiTau::CorePlots, DiTau::ResolutionPlots, Egamma::ClusMomentumPlots, Egamma::ElectronFrwdPlots, Egamma::ElectronPlots, Egamma::IsolationPlots, Egamma::KinematicsPlots, Egamma::LRTElectronPlots, Egamma::PhotonAmbPlots, Egamma::PhotonCnvPlots, Egamma::PhotonConversionPlots, Egamma::PhotonPlots, Egamma::ShowerShapesPlots, Egamma::TrackPlots, ElectronValidationPlots, IDTPM::DuplicateRatePlots, IDTPM::EfficiencyPlots, IDTPM::FakeRatePlots, IDTPM::HitsOnTracksPlots, IDTPM::NtracksPlots, IDTPM::OfflineElectronPlots, IDTPM::ResolutionPlots, IDTPM::SummaryPlots, IDTPM::TrackParametersPlots, IDTPM::VertexParametersPlots, InDetBasicPlot, InDetPerfNtuple, InDetPerfPlot_Duplicate, InDetPerfPlot_Efficiency, InDetPerfPlot_FakeRate, InDetPerfPlot_HitEfficiency, InDetPerfPlot_HitResidual, InDetPerfPlot_Hits, InDetPerfPlot_nTracks, InDetPerfPlot_Resolution, InDetPerfPlot_TrackParameters, InDetPerfPlot_TrkInJet, InDetPerfPlot_TRTExtension, InDetPerfPlot_Vertex, InDetPerfPlot_VertexTruthMatching, InDetPerfPlot_VerticesVsMu, JetTagDQA::BTaggingValidationPlots, LRTElectronValidationPlots, Muon::BetaPlots, Muon::ChargeDepParamPlots, Muon::HitFracTypePlots, Muon::IsoCorrPlots, Muon::IsoPlots, Muon::MomentumPullPlots, Muon::MomentumTruthPullPlots, Muon::MuonParamElossPlots, Muon::MuonParamPlots, Muon::MuonTree, Muon::RecoInfoPlots, Muon::SlowMuonParamPlots, PFO::ClusterMomentPlots, PFO::ClusterPlots, PFO::FlowElement_LinkerPlots, PFO::LeptonFELinkerPlots, PFO::PFOAlgPropertyPlots, PFO::PFOAttributePlots, PFO::PFOCalibHitClusterMomentPlots, PFO::PFOClusterMomentPlots, PFO::PFOPlots, PFO::PFOPVMatchedPlots, PhotonValidationPlots, PhysVal::BTagPlots, PhysVal::EventInfoPlots, PhysVal::KinematicsPlots, PhysVal::METPlots, PhysVal::TrkAndVtxPlots, RecoLumiPlots, RecoMuonIDTrackPlots, RecoMuonPlots, RecoMuonSegmentPlots, RecoMuonTrackPlots, RecoPhysPlots, RecoVertexPlots, Tau::CorePlots, Tau::DecayModeMigration, Tau::EfficiencyPlots, Tau::EVetoPlots, Tau::GeneralTauPlots, Tau::ResolutionPlots, Tau::TauIDVariablesPlots, Tau::TauKinematicPlots, Tau::TauParticleFlowPlots, TCCPlots, Trk::DefParamPullPlots, Trk::EfficiencyPlots, Trk::ExtrLayerPlots, Trk::ExtrRegionPlots, Trk::HitResidualPlots, Trk::HitTypePlots, Trk::IDHitPlots, Trk::ImpactPlots, Trk::ParamPlots, Trk::RecoInfoPlots, Trk::ResolutionPlots, Trk::TruthInfoPlots, ZeeValidation::FWDZeePlots, ZeeValidation::ReconElectronsPlots, ZeeValidation::TrueElectronsPlots, ZeeValidation::TrueFwdElectronsPlots, and ZeeValidation::ZeePlots.
Definition at line 91 of file PlotBase.h.
|
inlineinherited |
Definition at line 41 of file PlotBase.h.
|
inherited |
Retrieve all booked efficiency objects.
Definition at line 83 of file PlotBase.cxx.
|
inherited |
Retrieve all booked histograms.
Definition at line 63 of file PlotBase.cxx.
|
inherited |
Retrieve all booked trees.
Definition at line 73 of file PlotBase.cxx.
|
inherited |
Definition at line 55 of file PlotBase.cxx.
| std::vector<std::string> TriggerMuonValidationPlots::m_chains |
Definition at line 44 of file TriggerMuonValidationPlots.h.
|
private |
Definition at line 78 of file TriggerMuonValidationPlots.h.
|
private |
Definition at line 77 of file TriggerMuonValidationPlots.h.
|
private |
Definition at line 75 of file TriggerMuonValidationPlots.h.
|
private |
Definition at line 76 of file TriggerMuonValidationPlots.h.
|
protectedinherited |
Definition at line 101 of file PlotBase.h.
|
private |
Definition at line 79 of file TriggerMuonValidationPlots.h.
| std::vector<std::unique_ptr<TriggerEfficiencyPlots> > TriggerMuonValidationPlots::m_oEFTriggerChainBarrelEfficiencyPlots |
Definition at line 59 of file TriggerMuonValidationPlots.h.
| std::vector<std::unique_ptr<TriggerEfficiencyPlots> > TriggerMuonValidationPlots::m_oEFTriggerChainBarrelRELEfficiencyPlots |
Definition at line 62 of file TriggerMuonValidationPlots.h.
| std::vector<std::unique_ptr<TriggerEfficiencyPlots> > TriggerMuonValidationPlots::m_oEFTriggerChainEfficiencyPlots |
Definition at line 58 of file TriggerMuonValidationPlots.h.
| std::vector<std::unique_ptr<TriggerEfficiencyPlots> > TriggerMuonValidationPlots::m_oEFTriggerChainEndcapsEfficiencyPlots |
Definition at line 60 of file TriggerMuonValidationPlots.h.
| std::vector<std::unique_ptr<TriggerEfficiencyPlots> > TriggerMuonValidationPlots::m_oEFTriggerChainEndcapsRELEfficiencyPlots |
Definition at line 63 of file TriggerMuonValidationPlots.h.
| std::vector<std::unique_ptr<TriggerEfficiencyPlots> > TriggerMuonValidationPlots::m_oEFTriggerChainRELEfficiencyPlots |
Definition at line 61 of file TriggerMuonValidationPlots.h.
| std::vector<std::unique_ptr<ResoTriggerMuonPlots> > TriggerMuonValidationPlots::m_oEFTriggerMuonBarrelResolutionPlots |
Definition at line 49 of file TriggerMuonValidationPlots.h.
| std::vector<std::unique_ptr<ResoTriggerMuonPlots> > TriggerMuonValidationPlots::m_oEFTriggerMuonEndcapsResolutionPlots |
Definition at line 50 of file TriggerMuonValidationPlots.h.
| std::vector<std::unique_ptr<HLTriggerMuonPlots> > TriggerMuonValidationPlots::m_oEFTriggerMuonPlots |
Definition at line 47 of file TriggerMuonValidationPlots.h.
| std::vector<std::unique_ptr<ResoTriggerMuonPlots> > TriggerMuonValidationPlots::m_oEFTriggerMuonResolutionPlots |
Definition at line 51 of file TriggerMuonValidationPlots.h.
| std::vector<std::unique_ptr<TriggerEfficiencyPlots> > TriggerMuonValidationPlots::m_oL1TriggerChainBarrelEfficiencyPlots |
Definition at line 56 of file TriggerMuonValidationPlots.h.
| std::vector<std::unique_ptr<TriggerEfficiencyPlots> > TriggerMuonValidationPlots::m_oL1TriggerChainEfficiencyPlots |
Definition at line 55 of file TriggerMuonValidationPlots.h.
| std::vector<std::unique_ptr<TriggerEfficiencyPlots> > TriggerMuonValidationPlots::m_oL1TriggerChainEndcapsEfficiencyPlots |
Definition at line 57 of file TriggerMuonValidationPlots.h.
| std::unique_ptr<L1TriggerMuonPlots> TriggerMuonValidationPlots::m_oL1TriggerMuonPlots {} |
Definition at line 46 of file TriggerMuonValidationPlots.h.
| std::vector<std::unique_ptr<ResoTriggerMuonPlots> > TriggerMuonValidationPlots::m_oL2TriggerMuonBarrelResolutionPlots |
Definition at line 52 of file TriggerMuonValidationPlots.h.
| std::vector<std::unique_ptr<ResoTriggerMuonPlots> > TriggerMuonValidationPlots::m_oL2TriggerMuonEndcapsResolutionPlots |
Definition at line 53 of file TriggerMuonValidationPlots.h.
| std::vector<std::unique_ptr<HLTriggerMuonPlots> > TriggerMuonValidationPlots::m_oL2TriggerMuonPlots |
Definition at line 48 of file TriggerMuonValidationPlots.h.
| std::vector<std::unique_ptr<ResoTriggerMuonPlots> > TriggerMuonValidationPlots::m_oL2TriggerMuonResolutionPlots |
Definition at line 54 of file TriggerMuonValidationPlots.h.
|
protectedinherited |
Definition at line 100 of file PlotBase.h.
| std::vector<std::string> TriggerMuonValidationPlots::m_seeds |
Definition at line 45 of file TriggerMuonValidationPlots.h.
| std::vector<unsigned int> TriggerMuonValidationPlots::m_selectedAuthors |
Definition at line 43 of file TriggerMuonValidationPlots.h.
|
protectedinherited |
Definition at line 99 of file PlotBase.h.
|
protectedinherited |
Definition at line 97 of file PlotBase.h.
|
protectedinherited |
Definition at line 98 of file PlotBase.h.
|
protectedinherited |
Definition at line 96 of file PlotBase.h.
| float TriggerMuonValidationPlots::PlateauTreshold |
Definition at line 25 of file TriggerMuonValidationPlots.h.