CMS 3D CMS Logo

SiTrackerGSRecHit2D.h File Reference

#include "DataFormats/TrackerRecHit2D/interface/GSSiTrackerRecHit2DLocalPos.h"
#include "DataFormats/Common/interface/Ref.h"
#include "FastSimDataFormats/External/interface/FastTrackerClusterCollection.h"

Go to the source code of this file.

Classes

class  SiTrackerGSRecHit2D

Functions

bool operator< (const SiTrackerGSRecHit2D &one, const SiTrackerGSRecHit2D &other)


Function Documentation

bool operator< ( const SiTrackerGSRecHit2D one,
const SiTrackerGSRecHit2D other 
) [inline]

Definition at line 65 of file SiTrackerGSRecHit2D.h.

References TrackingRecHit::geographicalId().

00065                                                                                          {
00066   if ( one.geographicalId() < other.geographicalId() ) {
00067     return true;
00068   } else {
00069     return false;
00070   }
00071 }


Generated on Tue Jun 9 17:52:17 2009 for CMSSW by  doxygen 1.5.4