CMS 3D CMS Logo

Public Member Functions

DetZLess Class Reference

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 19 of file TOBRod.cc.


Member Function Documentation

bool DetZLess::operator() ( const GeomDet a,
const GeomDet b 
) [inline]

Definition at line 21 of file TOBRod.cc.

References GeomDet::position(), and PV3DBase< T, PVType, FrameType >::z().

  {
    return (a->position().z() < b->position().z());
  }