#include <PFClusterFiller.h>
Definition at line 7 of file PFClusterFiller.h.
◆ PFClusterFiller()
PFClusterFiller::PFClusterFiller |
( |
| ) |
|
|
inline |
◆ ~PFClusterFiller()
PFClusterFiller::~PFClusterFiller |
( |
| ) |
|
|
inline |
◆ fillClustersToConsider()
◆ fillClustersToRecover()
void PFClusterFiller::fillClustersToRecover |
( |
PFData & |
data | ) |
|
|
static |
Definition at line 5 of file PFClusterFiller.cxx.
7 for (
auto thisEflowCaloObject : *
data.caloObjects )
9 if (thisEflowCaloObject->nClusters() == 0)
continue;
11 for (
unsigned i = 0;
i < thisEflowCaloObject->nClusters(); ++
i)
14 const CaloClusterCellLink *theCellLink = thisEflowCaloObject->efRecCluster(
i)->getCluster()->getCellLinks();
15 if (0 == (
int)theCellLink->
size())
continue;
17 thisEflowCaloObject->efRecCluster(
i)->clearTrackMatches();
18 data.clusters.push_back(thisEflowCaloObject->efRecCluster(
i));
19 thisEflowCaloObject->clearClusters();
The documentation for this class was generated from the following files: