#include <DTRangeMapAccessor.h>
Public Member Functions | |
bool | operator() (DTChamberId ch1, DTChamberId ch2) const |
Compare two ChamberId. |
Comparator to retrieve by chamber objects written into a RangeMap by layer or by SL.
Definition at line 39 of file DTRangeMapAccessor.h.
bool DTChamberIdComparator::operator() | ( | DTChamberId | ch1, |
DTChamberId | ch2 | ||
) | const [inline] |
Compare two ChamberId.
Definition at line 43 of file DTRangeMapAccessor.h.
{ if (ch1 == ch2) return false; return (ch1<ch2); }