CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 70 of file CTPPSPixelRecHit.h.

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

70 { return (a.point().mag() < b.point().mag()); };
LocalPoint point() const
T mag() const
Definition: PV3DBase.h:64