#include <CrossedCaloCellHelper.h>
Definition at line 16 of file CrossedCaloCellHelper.h.
◆ crossedCells()
Definition at line 18 of file CrossedCaloCellHelper.h.
19 {
20
22 if (!cluster) { return nullptr; }
23
24
25 for (
auto entry :
association.cellIntersections()) {
26 if (!
entry.first || !
entry.first->caloDDE())
continue;
28 if (index == -1) continue;
30 }
31 return cluster;
32 }
int findIndex(const IdentifierHash theHash) const
Return index of the cell with a given hash.
static std::unique_ptr< xAOD::CaloCluster > makeCluster(const CaloCellContainer *cellCont)
Creates a valid CaloCluster with a private Aux-Store and CellLink container.
bool addCell(const unsigned index, const double weight)
Method to add a cell to the cluster (Beware: Kinematics not updated!)
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.
The documentation for this class was generated from the following file: