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();