Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

MeasurementFunctor::greater_z Class Reference

#include <MeasurementFunctor.h>

List of all members.

Public Member Functions

 greater_z (double z)
bool operator() (const Measurement *meas) const

Private Attributes

double m_z


Constructor & Destructor Documentation

MeasurementFunctor::greater_z::greater_z double  z  )  [inline, explicit]
 

Definition at line 78 of file MeasurementFunctor.h.

References m_z.

00078 :m_z(z) {}


Member Function Documentation

bool MeasurementFunctor::greater_z::operator() const Measurement meas  )  const [inline]
 

Definition at line 79 of file MeasurementFunctor.h.

References m_z.

00080       {
00081         return meas -> z() > m_z;
00082       }


Member Data Documentation

double MeasurementFunctor::greater_z::m_z [private]
 

Definition at line 76 of file MeasurementFunctor.h.

Referenced by greater_z(), and operator()().


The documentation for this class was generated from the following file:
Generated on Thu Apr 7 22:43:33 2005 for New Track Event Model by doxygen 1.4.1