CMS 3D CMS Logo

Public Member Functions

DetPhiLess Class Reference

List of all members.

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().

  {
    return Geom::phiLess(a->surface(), b->surface());
  }