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

Public Member Functions

bool operator() (TRTDigit digit1, TRTDigit digit2)
 

Detailed Description

Definition at line 31 of file TRTNoise.cxx.

Member Function Documentation

◆ operator()()

bool TRTDigitSorter::operator() ( TRTDigit  digit1,
TRTDigit  digit2 
)
inline

Definition at line 32 of file TRTNoise.cxx.

32 { return (digit1.GetStrawID()<digit2.GetStrawID());}

The documentation for this struct was generated from the following file:
TRTDigit::GetStrawID
int GetStrawID() const
Get straw ID.
Definition: TRTDigit.h:24