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

TrackFunctor::increasingByZ< 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::increasingByZ< T >


Member Function Documentation

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

Definition at line 79 of file TrackFunctor.h.

00081     {
00082       return t1->z() < t2->z();
00083     }


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