CMS 3D CMS Logo

CSCDetIdSameChamberCompare Class Reference

#include <RecoLocalMuon/CSCRecHitD/src/CSCRangeMapForRecHit.h>

List of all members.

Public Member Functions

bool operator() (CSCDetId i1, CSCDetId i2) const


Detailed Description

Definition at line 17 of file CSCRangeMapForRecHit.h.


Member Function Documentation

bool CSCDetIdSameChamberCompare::operator() ( CSCDetId  i1,
CSCDetId  i2 
) const

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 }


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:17:10 2009 for CMSSW by  doxygen 1.5.4