CMS 3D CMS Logo

DetBelowR Class Reference

#include <TrackingTools/DetLayers/src/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.

00012 : 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.

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


Member Data Documentation

double DetBelowR::val [private]

Definition at line 15 of file DetBelowR.h.

Referenced by operator()().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:18:23 2009 for CMSSW by  doxygen 1.5.4