ATLAS Offline Software
PlotMuons.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUONTRACKMONITORING_PLOTMUONS_H
6 #define MUONTRACKMONITORING_PLOTMUONS_H
7 
13 #include "xAODMuon/Muon.h"
14 
15 class PlotMuons:public PlotBase{
16 
17  public:
18 
19  PlotMuons(PlotBase* pParent, const std::string& sDir);
20 
21  void fill(const xAOD::Muon& muon);
22 
27 };
28 
29 #endif
RecoInfoPlots.h
Trk::ParamPlots
Definition: Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/ParamPlots.h:13
xAOD::muon
@ muon
Definition: TrackingPrimitives.h:195
PlotBase
Definition: PlotBase.h:33
Muon::MomentumPullPlots
Definition: MomentumPullPlots.h:13
Muon.h
PlotMuons::PlotMuons
PlotMuons(PlotBase *pParent, const std::string &sDir)
Definition: PlotMuons.cxx:7
python.copyTCTOutput.sDir
sDir
Definition: copyTCTOutput.py:60
MuonHitSummaryPlots.h
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
MomentumPullPlots.h
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
Muon::RecoInfoPlots
Definition: MuonSpectrometer/MuonValidation/MuonHistogramming/MuonHistUtils/MuonHistUtils/RecoInfoPlots.h:15
PlotMuons::m_plots_MomentumPull
Muon::MomentumPullPlots m_plots_MomentumPull
Definition: PlotMuons.h:25
PlotMuons
Definition: PlotMuons.h:15
Muon::MuonHitSummaryPlots
Definition: MuonHitSummaryPlots.h:17
PlotBase.h
PlotMuons::m_plots_All
Trk::ParamPlots m_plots_All
Definition: PlotMuons.h:23
ParamPlots.h