#include <TrackFunctor.h>
Public Member Functions | |
orderByZ (int order=+1) | |
bool | operator() (const T *t1, const T *t2) const |
Private Attributes | |
int | m_order |
|
Definition at line 65 of file TrackFunctor.h. References TrackFunctor::orderByZ< T >::m_order. 00065 :m_order(order) {}
|
|
Definition at line 66 of file TrackFunctor.h. References TrackFunctor::orderByZ< T >::m_order. 00068 { 00069 return (m_order)*t1->z() > (m_order)*t2->z(); 00070 }
|
|
Definition at line 63 of file TrackFunctor.h. Referenced by TrackFunctor::orderByZ< T >::operator()(), and TrackFunctor::orderByZ< T >::orderByZ(). |