#include <RecoLocalMuon/CSCRecHitD/src/CSCRangeMapForRecHit.h>
Public Member Functions | |
bool | operator() (CSCDetId i1, CSCDetId i2) const |
Definition at line 17 of file CSCRangeMapForRecHit.h.
Definition at line 22 of file CSCRangeMapForRecHit.cc.
References CSCDetId::chamberId().
00022 { 00023 if (i1.chamberId() == i2.chamberId()) 00024 return false; 00025 00026 return (i1<i2); 00027 }