CMS 3D CMS Logo

Classes | Functions
BaseTrackerRecHit.h File Reference
#include "DataFormats/TrackerRecHit2D/interface/trackerHitRTTI.h"
#include "DataFormats/TrackingRecHit/interface/TrackingRecHitGlobalState.h"
#include "DataFormats/GeometryCommonDetAlgo/interface/ErrorFrameTransformer.h"
#include "Geometry/CommonDetUnit/interface/TrackerGeomDet.h"
#include "DataFormats/GeometrySurface/interface/Surface.h"

Go to the source code of this file.

Classes

class  BaseTrackerRecHit
 

Functions

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

Function Documentation

bool operator< ( const BaseTrackerRecHit one,
const BaseTrackerRecHit other 
)
inline

Definition at line 161 of file BaseTrackerRecHit.h.

References TrackingRecHit::geographicalId().

161  {
162  return ( one.geographicalId() < other.geographicalId() );
163 }
DetId geographicalId() const