ATLAS Offline Software
PlotMuons.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 PlotMuons::PlotMuons(PlotBase* pParent, const std::string& sDir):PlotBase(pParent, sDir),
8  m_plots_All(this, "/", "Plot Muons"),
9  m_plots_RecoInfo(this, "/"),
10  m_plots_MomentumPull(this, "/"),
11  m_plots_MuonHitSummary(this, "/")
12 {}
13 
15 
20 
21 }
Trk::ParamPlots::fill
void fill(const xAOD::IParticle &prt, float weight=1.0)
Definition: Tracking/TrkValidation/TrkValHistUtils/Root/ParamPlots.cxx:40
xAOD::muon
@ muon
Definition: TrackingPrimitives.h:195
PlotBase
Definition: PlotBase.h:33
PlotMuons::PlotMuons
PlotMuons(PlotBase *pParent, const std::string &sDir)
Definition: PlotMuons.cxx:7
python.copyTCTOutput.sDir
sDir
Definition: copyTCTOutput.py:60
PlotMuons::m_plots_RecoInfo
Muon::RecoInfoPlots m_plots_RecoInfo
Definition: PlotMuons.h:24
xAOD::Muon_v1
Class describing a Muon.
Definition: Muon_v1.h:38
PlotMuons::m_plots_MuonHitSummary
Muon::MuonHitSummaryPlots m_plots_MuonHitSummary
Definition: PlotMuons.h:26
PlotMuons::fill
void fill(const xAOD::Muon &muon)
Definition: PlotMuons.cxx:14
PlotMuons::m_plots_MomentumPull
Muon::MomentumPullPlots m_plots_MomentumPull
Definition: PlotMuons.h:25
Muon::RecoInfoPlots::fill
void fill(const xAOD::Muon &mu, float weight=1.0)
Definition: MuonSpectrometer/MuonValidation/MuonHistogramming/MuonHistUtils/Root/RecoInfoPlots.cxx:41
Muon::MuonHitSummaryPlots::fill
void fill(const xAOD::Muon &muon, float weight=1.0)
Definition: MuonHitSummaryPlots.cxx:61
PlotMuons.h
PlotMuons::m_plots_All
Trk::ParamPlots m_plots_All
Definition: PlotMuons.h:23
Muon::MomentumPullPlots::fill
void fill(const xAOD::Muon &mu, float weight=1.0)
Definition: MomentumPullPlots.cxx:30