ATLAS Offline Software
Loading...
Searching...
No Matches
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: