ATLAS Offline Software
PFData.h
Go to the documentation of this file.
1 #ifndef PFDATA_H
2 #define PFDATA_H
3 
4 #include "eflowRec/EtaPhiLUT.h"
5 
7 class eflowRecTrack;
8 class eflowRecCluster;
9 
10 struct PFData
11  {
13  std::vector<eflowRecTrack *> tracks;
14  std::vector<eflowRecCluster *> clusters;
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:45
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