ATLAS Offline Software
Loading...
Searching...
No Matches
CaloCluster.h File Reference

Go to the source code of this file.

Classes

class  CaloCluster
 Principal data class for CaloCell clusters. More...
class  CaloCluster::MomentStoreIter
 Internal cell iterator. More...

Functions

std::size_t navigationHash (const CaloCluster *p)

Function Documentation

◆ navigationHash()

std::size_t navigationHash ( const CaloCluster * p)
inline

Definition at line 1310 of file Calorimeter/CaloEvent/CaloEvent/CaloCluster.h.

1311{
1312 return static_cast<std::size_t> (static_cast<long long>(p->energy_nonvirt()));
1313}