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

◆ operator<()

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

Definition at line 159 of file BaseTrackerRecHit.h.

References trackingPlots::other.

159  {
160  return (one.geographicalId() < other.geographicalId());
161 }