CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
DetPhiLess Class Reference

Public Member Functions

bool operator() (const GeomDet *a, const GeomDet *b)
 

Detailed Description

Definition at line 25 of file CompositeTECWedge.cc.

Member Function Documentation

bool DetPhiLess::operator() ( const GeomDet a,
const GeomDet b 
)
inline

Definition at line 27 of file CompositeTECWedge.cc.

References Geom::phiLess(), and GeomDet::surface().

28  {
29  return Geom::phiLess(a->surface(), b->surface());
30  }
bool phiLess(float phi1, float phi2)
Definition: VectorUtil.h:57
virtual const BoundPlane & surface() const
The nominal surface of the GeomDet.
Definition: GeomDet.h:37