CMS 3D CMS Logo

Classes | Functions
CTPPSPixelRecHit.h File Reference
#include "DataFormats/GeometrySurface/interface/LocalError.h"
#include "DataFormats/GeometryVector/interface/LocalPoint.h"

Go to the source code of this file.

Classes

class  CTPPSPixelRecHit
 

Functions

bool operator< (CTPPSPixelRecHit &a, CTPPSPixelRecHit &b)
 

Function Documentation

bool operator< ( CTPPSPixelRecHit a,
CTPPSPixelRecHit b 
)
inline

Definition at line 72 of file CTPPSPixelRecHit.h.

References CTPPSPixelRecHit::getPoint(), and PV3DBase< T, PVType, FrameType >::mag().

73 {
74 
75  return (a.getPoint().mag() < b.getPoint().mag());
76 
77 };
T mag() const
Definition: PV3DBase.h:67
LocalPoint getPoint() const