CMS 3D CMS Logo

DetIdLess Class Reference

List of all members.

Public Member Functions

 DetIdLess ()
bool operator() (const SiStripRecHit2D *a, const SiStripRecHit2D *b) const


Detailed Description

Definition at line 46 of file SiStripLAProfileBooker.cc.


Constructor & Destructor Documentation

DetIdLess::DetIdLess (  )  [inline]

Definition at line 50 of file SiStripLAProfileBooker.cc.

00050 {}


Member Function Documentation

bool DetIdLess::operator() ( const SiStripRecHit2D a,
const SiStripRecHit2D b 
) const [inline]

Definition at line 52 of file SiStripLAProfileBooker.cc.

References SiStripRecHit2D::cluster(), and operator()().

Referenced by operator()().

00052                                                                              {
00053     return *(a->cluster())<*(b->cluster());
00054   }


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