ATLAS Offline Software
PFClusterFiller.h
Go to the documentation of this file.
1 #ifndef PFCLUSTERFILLER_H
2 #define PFCLUSTERFILLER_H
3 
5 #include "eflowRec/PFData.h"
6 
8 
9 public:
12 
13  static void fillClustersToRecover(PFData &data) ;
14  static void fillClustersToConsider(PFData &data, eflowRecClusterContainer &recClusterContainer) ;
15 
16 };
17 #endif
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
PFData.h
PFClusterFiller::fillClustersToRecover
static void fillClustersToRecover(PFData &data)
Definition: PFClusterFiller.cxx:5
eflowRecClusterContainer
Definition: eflowRecCluster.h:275
PFClusterFiller
Definition: PFClusterFiller.h:7
PFClusterFiller::~PFClusterFiller
~PFClusterFiller()
Definition: PFClusterFiller.h:11
eflowRecCluster.h
PFData
Definition: PFData.h:11
PFClusterFiller::fillClustersToConsider
static void fillClustersToConsider(PFData &data, eflowRecClusterContainer &recClusterContainer)
Definition: PFClusterFiller.cxx:25
PFClusterFiller::PFClusterFiller
PFClusterFiller()
Definition: PFClusterFiller.h:10