ATLAS Offline Software
Public Member Functions | List of all members
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 22 of file CaloCellVolumes.cxx.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 24 of file CaloCellVolumes.cxx.

25  { return a.channelID < b.channelID; }

◆ operator()() [2/2]

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

Definition at line 26 of file CaloCellVolumes.cxx.

27  { return a.channelID < b; }

The documentation for this struct was generated from the following file:
plotBeamSpotMon.b
b
Definition: plotBeamSpotMon.py:77
a
TList * a
Definition: liststreamerinfos.cxx:10