CMS 3D CMS Logo

DTDigitizer::hitLessT Struct Reference

List of all members.

Public Member Functions

bool operator() (const hitAndT &h1, const hitAndT &h2)


Detailed Description

Definition at line 56 of file DTDigitizer.h.


Member Function Documentation

bool DTDigitizer::hitLessT::operator() ( const hitAndT h1,
const hitAndT h2 
) [inline]

Definition at line 57 of file DTDigitizer.h.

00057                                                              {
00058       if (h1.second < h2.second) return true;
00059       return false;
00060     }


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