CMS 3D CMS Logo

DTChamberIdComparator Class Reference

Comparator to retrieve by chamber objects written into a RangeMap by layer or by SL. More...

#include <DataFormats/DTRecHit/interface/DTRangeMapAccessor.h>

List of all members.

Public Member Functions

bool operator() (DTChamberId ch1, DTChamberId ch2) const
 Compare two ChamberId.


Detailed Description

Comparator to retrieve by chamber objects written into a RangeMap by layer or by SL.

Date
2006/07/18 08:35:31
Revision
1.2
Author:
G. Cerminara - INFN Torino

Definition at line 39 of file DTRangeMapAccessor.h.


Member Function Documentation

bool DTChamberIdComparator::operator() ( DTChamberId  ch1,
DTChamberId  ch2 
) const [inline]

Compare two ChamberId.

Definition at line 43 of file DTRangeMapAccessor.h.

00043                                                           {
00044     if (ch1 == ch2) return false;
00045     return (ch1<ch2);
00046   }


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