ATLAS Offline Software
Loading...
Searching...
No Matches
CaloCellVolume_Compare Struct Reference
Collaboration diagram for CaloCellVolume_Compare:

Public Member Functions

bool operator() (const CaloCellVolume &a, const CaloCellVolume &b)
bool operator() (const CaloCellVolume &a, Identifier b)

Detailed Description

Definition at line 23 of file CaloCellVolumes.cxx.

Member Function Documentation

◆ operator()() [1/2]

bool CaloCellVolume_Compare::operator() ( const CaloCellVolume & a,
const CaloCellVolume & b )
inline

Definition at line 25 of file CaloCellVolumes.cxx.

26 { return a.channelID < b.channelID; }
TList * a

◆ operator()() [2/2]

bool CaloCellVolume_Compare::operator() ( const CaloCellVolume & a,
Identifier b )
inline

Definition at line 27 of file CaloCellVolumes.cxx.

28 { return a.channelID < b; }

The documentation for this struct was generated from the following file: