ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
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
}
PlotMuons.h
PlotBase::PlotBase
PlotBase(PlotBase *parent, std::string_view sDir)
Definition
PlotBase.cxx:29
PlotMuons::PlotMuons
PlotMuons(PlotBase *pParent, const std::string &sDir)
Definition
PlotMuons.cxx:7
PlotMuons::m_plots_All
Trk::ParamPlots m_plots_All
Definition
PlotMuons.h:23
PlotMuons::m_plots_MuonHitSummary
Muon::MuonHitSummaryPlots m_plots_MuonHitSummary
Definition
PlotMuons.h:26
PlotMuons::m_plots_MomentumPull
Muon::MomentumPullPlots m_plots_MomentumPull
Definition
PlotMuons.h:25
PlotMuons::m_plots_RecoInfo
Muon::RecoInfoPlots m_plots_RecoInfo
Definition
PlotMuons.h:24
PlotMuons::fill
void fill(const xAOD::Muon &muon)
Definition
PlotMuons.cxx:14
xAOD::Muon
Muon_v1 Muon
Reference the current persistent version:
Definition
Event/xAOD/xAODMuon/xAODMuon/Muon.h:13
Generated on
for ATLAS Offline Software by
1.17.0