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
w
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
RecoVertexPlots.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 MUONTRKPHYSMONITORING_RecoVertexPLOTS_H
6
#define MUONTRKPHYSMONITORING_RecoVertexPLOTS_H
7
8
#include "
TrkValHistUtils/PlotBase.h
"
9
#include "
xAODTracking/VertexContainer.h
"
10
11
12
class
RecoVertexPlots
:
public
PlotBase
{
13
public
:
14
RecoVertexPlots
(
PlotBase
*pParent,
const
std::string&
sDir
);
15
16
void
fill
(
const
xAOD::Vertex
& msVx);
17
18
TH1*
m_nMDT
;
19
TH1*
m_nRPC
;
20
TH1*
m_nTGC
;
21
TH1*
m_nTracklets
;
22
TH2*
m_VertexEtaPhi
;
23
24
private
:
25
void
initializePlots
();
26
27
};
28
29
#endif
RecoVertexPlots::RecoVertexPlots
RecoVertexPlots(PlotBase *pParent, const std::string &sDir)
Definition:
RecoVertexPlots.cxx:9
PlotBase
Definition:
PlotBase.h:34
RecoVertexPlots::m_nMDT
TH1 * m_nMDT
Definition:
RecoVertexPlots.h:18
RecoVertexPlots::fill
void fill(const xAOD::Vertex &msVx)
Definition:
RecoVertexPlots.cxx:28
python.copyTCTOutput.sDir
sDir
Definition:
copyTCTOutput.py:60
RecoVertexPlots::m_nRPC
TH1 * m_nRPC
Definition:
RecoVertexPlots.h:19
RecoVertexPlots
Definition:
RecoVertexPlots.h:12
RecoVertexPlots::m_nTracklets
TH1 * m_nTracklets
Definition:
RecoVertexPlots.h:21
RecoVertexPlots::m_nTGC
TH1 * m_nTGC
Definition:
RecoVertexPlots.h:20
RecoVertexPlots::m_VertexEtaPhi
TH2 * m_VertexEtaPhi
Definition:
RecoVertexPlots.h:22
VertexContainer.h
xAOD::Vertex_v1
Class describing a Vertex.
Definition:
Vertex_v1.h:42
PlotBase.h
RecoVertexPlots::initializePlots
void initializePlots()
Definition:
RecoVertexPlots.cxx:17
Generated on Thu May 29 2025 21:17:13 for ATLAS Offline Software by
1.8.18