ATLAS Offline Software
Loading...
Searching...
No Matches
PFData.h
Go to the documentation of this file.
1#ifndef PFDATA_H
2#define PFDATA_H
3
5
7class eflowRecTrack;
9
10struct PFData
11 {
13 std::vector<eflowRecTrack *> tracks;
14 std::vector<eflowRecCluster *> clusters;
16 };
17
18#endif
This class extends the information about a xAOD::CaloCluster.
This class extends the information about a xAOD::Track.
2D look up table for eflowRecClusters
Definition EtaPhiLUT.h:26
eflowCaloObjectContainer * caloObjects
Definition PFData.h:12
std::vector< eflowRecTrack * > tracks
Definition PFData.h:13
eflowRec::EtaPhiLUT clusterLUT
Definition PFData.h:15
std::vector< eflowRecCluster * > clusters
Definition PFData.h:14