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
Reconstruction
egamma
EgammaPhysValMonitoring
src
EgammaValidationPlots.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef EGAMMAPHYSVALMONITORING_EGAMMAVALIDATIONPLOTS_H
6
#define EGAMMAPHYSVALMONITORING_EGAMMAVALIDATIONPLOTS_H
7
8
#include "
TrkValHistUtils/PlotBase.h
"
9
#include "
TrkValHistUtils/ParamPlots.h
"
10
#include "
xAODEgamma/Electron.h
"
11
#include "
xAODEgamma/Photon.h
"
12
13
class
EgammaValidationPlots
:
public
PlotBase
{
14
public
:
15
EgammaValidationPlots
(
PlotBase
* pParent,
const
std::string&
sDir
);
16
void
fill
(
const
xAOD::Electron
&
electron
);
17
void
fill
(
const
xAOD::Photon
&
photon
);
18
19
// Reco only information
20
Trk::ParamPlots
m_oElectronAllPlots
;
21
Trk::ParamPlots
m_oElectronTruthPlots
;
22
23
Trk::ParamPlots
m_oPhotonAllPlots
;
24
Trk::ParamPlots
m_oPhotonTruthPlots
;
25
26
};
27
28
#endif
Trk::ParamPlots
Definition:
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/ParamPlots.h:13
PlotBase
Definition:
PlotBase.h:34
python.copyTCTOutput.sDir
sDir
Definition:
copyTCTOutput.py:60
EgammaValidationPlots::m_oElectronTruthPlots
Trk::ParamPlots m_oElectronTruthPlots
Definition:
EgammaValidationPlots.h:21
EgammaValidationPlots
Definition:
EgammaValidationPlots.h:13
Photon.h
EgammaValidationPlots::EgammaValidationPlots
EgammaValidationPlots(PlotBase *pParent, const std::string &sDir)
Definition:
EgammaValidationPlots.cxx:7
EgammaValidationPlots::m_oElectronAllPlots
Trk::ParamPlots m_oElectronAllPlots
Definition:
EgammaValidationPlots.h:20
EgammaValidationPlots::m_oPhotonTruthPlots
Trk::ParamPlots m_oPhotonTruthPlots
Definition:
EgammaValidationPlots.h:24
xAOD::Electron_v1
Definition:
Electron_v1.h:34
xAOD::photon
@ photon
Definition:
TrackingPrimitives.h:200
EgammaValidationPlots::fill
void fill(const xAOD::Electron &electron)
Definition:
EgammaValidationPlots.cxx:15
xAOD::Photon_v1
Definition:
Photon_v1.h:37
xAOD::EgammaParameters::electron
@ electron
Definition:
EgammaEnums.h:18
Electron.h
EgammaValidationPlots::m_oPhotonAllPlots
Trk::ParamPlots m_oPhotonAllPlots
Definition:
EgammaValidationPlots.h:23
PlotBase.h
ParamPlots.h
Generated on Fri Mar 21 2025 21:10:03 for ATLAS Offline Software by
1.8.18