ATLAS Offline Software
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:100
PFData::clusters
std::vector< eflowRecCluster * > clusters
Definition:
PFData.h:14
Generated on Thu Nov 7 2024 21:23:25 for ATLAS Offline Software by
1.8.18