ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
eflowRec
src
PFData.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef EFLOWREC_PFDATA_H
6
#define EFLOWREC_PFDATA_H
7
8
#include "
EtaPhiLUT.h
"
9
#include <vector>
10
11
class
eflowCaloObjectContainer
;
12
class
eflowRecTrack
;
13
class
eflowRecCluster
;
14
15
struct
PFData
16
{
17
eflowCaloObjectContainer
*
caloObjects
{};
18
std::vector<eflowRecTrack *>
tracks
;
19
std::vector<eflowRecCluster *>
clusters
;
20
eflowRec::EtaPhiLUT
clusterLUT
;
21
22
unsigned
int
nMatches
= 0;
23
unsigned
int
nOrigCaloObj
= 0;
24
};
25
26
#endif
EtaPhiLUT.h
eflowCaloObjectContainer
Definition
eflowCaloObject.h:102
eflowRecCluster
This class extends the information about a xAOD::CaloCluster.
Definition
eflowRecCluster.h:40
eflowRecTrack
This class extends the information about a xAOD::Track.
Definition
eflowRecTrack.h:49
eflowRec::EtaPhiLUT
2D look up table for eflowRecClusters
Definition
EtaPhiLUT.h:26
PFData
Definition
PFData.h:16
PFData::caloObjects
eflowCaloObjectContainer * caloObjects
Definition
PFData.h:17
PFData::nOrigCaloObj
unsigned int nOrigCaloObj
Definition
PFData.h:23
PFData::tracks
std::vector< eflowRecTrack * > tracks
Definition
PFData.h:18
PFData::clusterLUT
eflowRec::EtaPhiLUT clusterLUT
Definition
PFData.h:20
PFData::nMatches
unsigned int nMatches
Definition
PFData.h:22
PFData::clusters
std::vector< eflowRecCluster * > clusters
Definition
PFData.h:19
Generated on
for ATLAS Offline Software by
1.17.0