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

MeasurementFunctor::decreasingByZ Class Reference

#include <MeasurementFunctor.h>

List of all members.

Public Member Functions

bool operator() (const Measurement *firstHit, const Measurement *secondHit) const


Member Function Documentation

bool MeasurementFunctor::decreasingByZ::operator() const Measurement firstHit,
const Measurement secondHit
const [inline]
 

Definition at line 103 of file MeasurementFunctor.h.

00105       {
00106         return  (0==firstHit) ? true : (0==secondHit) ?
00107           false : firstHit->z() > secondHit->z();
00108       }


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