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
eflowRec
eflowRec
PFData.h
Go to the documentation of this file.
1
#ifndef PFDATA_H
2
#define PFDATA_H
3
4
#include "
eflowRec/EtaPhiLUT.h
"
5
6
class
eflowCaloObjectContainer
;
7
class
eflowRecTrack
;
8
class
eflowRecCluster
;
9
10
struct
PFData
11
{
12
eflowCaloObjectContainer
*
caloObjects
;
13
std::vector<eflowRecTrack *>
tracks
;
14
std::vector<eflowRecCluster *>
clusters
;
15
eflowRec::EtaPhiLUT
clusterLUT
;
16
};
17
18
#endif
eflowRecCluster
This class extends the information about a xAOD::CaloCluster.
Definition:
eflowRecCluster.h:40
PFData::tracks
std::vector< eflowRecTrack * > tracks
Definition:
PFData.h:13
eflowRecTrack
This class extends the information about a xAOD::Track.
Definition:
eflowRecTrack.h:46
PFData
Definition:
PFData.h:11
eflowRec::EtaPhiLUT
2D look up table for eflowRecClusters
Definition:
EtaPhiLUT.h:26
EtaPhiLUT.h
PFData::caloObjects
eflowCaloObjectContainer * caloObjects
Definition:
PFData.h:12
PFData::clusterLUT
eflowRec::EtaPhiLUT clusterLUT
Definition:
PFData.h:15
eflowCaloObjectContainer
Definition:
eflowCaloObject.h:101
PFData::clusters
std::vector< eflowRecCluster * > clusters
Definition:
PFData.h:14
Generated on Tue Mar 25 2025 21:16:31 for ATLAS Offline Software by
1.8.18