CMS 3D CMS Logo

CSCValidation::ltrh Struct Reference

#include <RecoLocalMuon/CSCValidation/src/CSCValidation.h>

List of all members.

Public Member Functions

bool operator() (const CSCRecHit2D rh1, const CSCRecHit2D rh2) const


Detailed Description

Definition at line 99 of file CSCValidation.h.


Member Function Documentation

bool CSCValidation::ltrh::operator() ( const CSCRecHit2D  rh1,
const CSCRecHit2D  rh2 
) const [inline]

Definition at line 101 of file CSCValidation.h.

References CSCRecHit2D::localPosition(), and x.

00102     {
00103       return ((rh1.localPosition()).x()-(rh2.localPosition()).x()) < 0;
00104     }


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