CMS 3D CMS Logo

Classes | Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/DataFormats/TrackerRecHit2D/interface/BaseSiTrackerRecHit2DLocalPos.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  BaseSiTrackerRecHit2DLocalPos

Functions

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

Function Documentation

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

Definition at line 40 of file BaseSiTrackerRecHit2DLocalPos.h.

References TrackingRecHit::geographicalId().

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