#include <DataFormats/DTRecHit/interface/DTRangeMapAccessor.h>
Public Member Functions | |
bool | operator() (DTChamberId ch1, DTChamberId ch2) const |
Definition at line 60 of file DTRangeMapAccessor.h.
bool DTChamberIdDetLayerComparator::operator() | ( | DTChamberId | ch1, | |
DTChamberId | ch2 | |||
) | const [inline] |
Definition at line 62 of file DTRangeMapAccessor.h.
References DTChamberId::station().
00062 { 00063 00064 if (ch1.station() == ch2.station()) 00065 return false; 00066 00067 return (ch1.station() < ch2.station()); 00068 }