CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/src/DataFormats/TrackerRecHit2D/interface/GSSiTrackerRecHit2DLocalPos.h File Reference

#include "DataFormats/TrackingRecHit/interface/RecHit2DLocalPos.h"
#include "DataFormats/GeometrySurface/interface/LocalError.h"
#include "DataFormats/DetId/interface/DetId.h"

Go to the source code of this file.

Classes

class  GSSiTrackerRecHit2DLocalPos

Functions

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

Function Documentation

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

Definition at line 34 of file GSSiTrackerRecHit2DLocalPos.h.

References TrackingRecHit::geographicalId().

                                                                                                         {
  return ( one.geographicalId() < other.geographicalId() );
}