#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 99 of file TrackFunctor.h. References TrackFunctor::orderByZ< T >::m_order. 00099 :m_order(order) {}
|
|
Definition at line 100 of file TrackFunctor.h. References TrackFunctor::orderByZ< T >::m_order. 00102 { 00103 return (m_order)*t1->z() > (m_order)*t2->z(); 00104 }
|
|
Definition at line 97 of file TrackFunctor.h. Referenced by TrackFunctor::orderByZ< T >::operator()(), and TrackFunctor::orderByZ< T >::orderByZ(). |