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