ATLAS Offline Software
Public Member Functions | List of all members
CompRawChannel Class Reference

Small class holding a single method to compare two different TileRawChannel
More...

Collaboration diagram for CompRawChannel:

Public Member Functions

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

Detailed Description

Small class holding a single method to compare two different TileRawChannel

Definition at line 48 of file TileRawChannelVerify.cxx.

Member Function Documentation

◆ operator()()

bool CompRawChannel::operator() ( const TileRawChannel p1,
const TileRawChannel p2 
)
inline

Definition at line 50 of file TileRawChannelVerify.cxx.

50  {
51  return p1->amplitude() < p2->amplitude();
52  }

The documentation for this class was generated from the following file:
TileRawChannel::amplitude
float amplitude(int ind=0) const
Definition: TileRawChannel.h:101