Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
MuonSpectrometer
MuonValidation
MuonDQA
MuonTrackMonitoring
MuonTrackMonitoring
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
8
#include "
TrkValHistUtils/PlotBase.h
"
9
#include "
TrkValHistUtils/ParamPlots.h
"
10
#include "
MuonHistUtils/RecoInfoPlots.h
"
11
#include "
MuonHistUtils/MomentumPullPlots.h
"
12
#include "
MuonHistUtils/MuonHitSummaryPlots.h
"
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
23
Trk::ParamPlots
m_plots_All
;
24
Muon::RecoInfoPlots
m_plots_RecoInfo
;
25
Muon::MomentumPullPlots
m_plots_MomentumPull
;
26
Muon::MuonHitSummaryPlots
m_plots_MuonHitSummary
;
27
};
28
29
#endif
RecoInfoPlots.h
Trk::ParamPlots
Definition:
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/ParamPlots.h:13
xAOD::muon
@ muon
Definition:
TrackingPrimitives.h:196
PlotBase
Definition:
PlotBase.h:34
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
Generated on Thu Apr 17 2025 21:16:55 for ATLAS Offline Software by
1.8.18