CMS 3D CMS Logo

Public Member Functions | Private Attributes

DetBelowR Class Reference

#include <DetBelowR.h>

List of all members.

Public Member Functions

 DetBelowR (double v)
bool operator() (const Det *a) const

Private Attributes

double val

Detailed Description

Definition at line 10 of file DetBelowR.h.


Constructor & Destructor Documentation

DetBelowR::DetBelowR ( double  v) [inline]

Definition at line 12 of file DetBelowR.h.

: val(v) {}

Member Function Documentation

bool DetBelowR::operator() ( const Det a) const [inline]

Definition at line 13 of file DetBelowR.h.

References PV3DBase< T, PVType, FrameType >::perp(), GeometricSearchDet::position(), and val.

{ return a->position().perp() < val;}

Member Data Documentation

double DetBelowR::val [private]

Definition at line 15 of file DetBelowR.h.

Referenced by operator()().