ATLAS Offline Software
Public Member Functions | List of all members
CompCell Class Reference
Collaboration diagram for CompCell:

Public Member Functions

bool operator() (const CaloCell *p1, const CaloCell *p2)
 

Detailed Description

Definition at line 37 of file TileCellVerify.cxx.

Member Function Documentation

◆ operator()()

bool CompCell::operator() ( const CaloCell p1,
const CaloCell p2 
)
inline

Definition at line 39 of file TileCellVerify.cxx.

39  {
40  return p1->energy() < p2->energy();
41  }

The documentation for this class was generated from the following file:
CaloCell::energy
double energy() const
get energy (data member)
Definition: CaloCell.h:311