![]() |
![]() |
Public Member Functions | |
bool | operator() (const GeomDet *a, const GeomDet *b) |
Definition at line 25 of file CompositeTECWedge.cc.
Definition at line 27 of file CompositeTECWedge.cc.
References Geom::phiLess(), and GeomDet::surface().
00028 { 00029 return Geom::phiLess(a->surface(), b->surface()); 00030 }