ATLAS Offline Software
MuonSpectrometer
MuonValidation
MuonDQA
MuonTrackMonitoring
src
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
5
#include "
MuonTrackMonitoring/PlotMuons.h
"
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
14
void
PlotMuons::fill
(
const
xAOD::Muon
&
muon
){
15
16
m_plots_All
.
fill
(
muon
);
17
m_plots_RecoInfo
.
fill
(
muon
);
18
m_plots_MomentumPull
.
fill
(
muon
);
19
m_plots_MuonHitSummary
.
fill
(
muon
);
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:34
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
Generated on Thu Nov 7 2024 21:23:57 for ATLAS Offline Software by
1.8.18