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

TrackFunctor::decreasingByZ< T > Class Template Reference

#include <TrackFunctor.h>

List of all members.

Public Member Functions

bool operator() (const T *t1, const T *t2) const

template<class T>
class TrackFunctor::decreasingByZ< T >


Member Function Documentation

template<class T>
bool TrackFunctor::decreasingByZ< T >::operator() const T *  t1,
const T *  t2
const [inline]
 

Definition at line 92 of file TrackFunctor.h.

00094     {
00095       return t1->z() > t2->z();
00096     }


The documentation for this class was generated from the following file:
Generated on Thu May 12 12:28:09 2005 for New Track Event Model by doxygen 1.4.1