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
Tracking
TrkValidation
TrkValHistUtils
TrkValHistUtils
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/RecoInfoPlots.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRKVALHISTUTILS_RECOINFOPLOTS_H
6
#define TRKVALHISTUTILS_RECOINFOPLOTS_H
7
8
#include "
PlotBase.h
"
9
#include "
xAODTracking/TrackParticle.h
"
10
11
namespace
Trk
{
12
13
class
RecoInfoPlots
:
public
PlotBase
{
14
public
:
15
RecoInfoPlots
(
PlotBase
*pParent,
const
std::string&
sDir
,
const
std::string& sType=
""
):
PlotBase
(pParent,
sDir
),
m_sType
(sType){
init
();}
16
void
fill
(
const
xAOD::TrackParticle
& trkprt,
float
weight
=1.0);
17
18
TH1*
trackfitchi2
;
19
TH1*
trackfitndof
;
20
TH1*
trackcon
;
21
TH1*
trackchi2prob
;
22
23
private
:
24
std::string
m_sType
;
25
void
init
();
26
void
initializePlots
();
27
28
};
29
30
}
31
32
#endif
33
PlotBase
Definition:
PlotBase.h:34
python.copyTCTOutput.sDir
sDir
Definition:
copyTCTOutput.py:60
Trk::RecoInfoPlots::trackfitndof
TH1 * trackfitndof
Definition:
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/RecoInfoPlots.h:19
Trk::RecoInfoPlots::initializePlots
void initializePlots()
Definition:
Tracking/TrkValidation/TrkValHistUtils/Root/RecoInfoPlots.cxx:18
dqt_zlumi_pandas.weight
int weight
Definition:
dqt_zlumi_pandas.py:189
Trk::RecoInfoPlots::m_sType
std::string m_sType
Definition:
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/RecoInfoPlots.h:24
Trk::RecoInfoPlots::RecoInfoPlots
RecoInfoPlots(PlotBase *pParent, const std::string &sDir, const std::string &sType="")
Definition:
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/RecoInfoPlots.h:15
Trk::RecoInfoPlots::init
void init()
Definition:
Tracking/TrkValidation/TrkValHistUtils/Root/RecoInfoPlots.cxx:10
Trk::RecoInfoPlots::trackfitchi2
TH1 * trackfitchi2
Definition:
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/RecoInfoPlots.h:18
Trk::RecoInfoPlots
Definition:
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/RecoInfoPlots.h:13
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::RecoInfoPlots::trackcon
TH1 * trackcon
Definition:
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/RecoInfoPlots.h:20
Trk::RecoInfoPlots::trackchi2prob
TH1 * trackchi2prob
Definition:
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/RecoInfoPlots.h:21
TrackParticle.h
Trk::RecoInfoPlots::fill
void fill(const xAOD::TrackParticle &trkprt, float weight=1.0)
Definition:
Tracking/TrkValidation/TrkValHistUtils/Root/RecoInfoPlots.cxx:28
xAOD::TrackParticle_v1
Class describing a TrackParticle.
Definition:
TrackParticle_v1.h:43
PlotBase.h
Generated on Sun Mar 16 2025 21:17:18 for ATLAS Offline Software by
1.8.18