#include <TrackFunctor.h>
Public Member Functions | |
greater_z (double z) | |
bool | operator() (const T *t) const |
Private Attributes | |
double | m_z |
|
Definition at line 50 of file TrackFunctor.h. References TrackFunctor::greater_z< T >::m_z. 00050 :m_z(z) {}
|
|
Definition at line 51 of file TrackFunctor.h. References TrackFunctor::greater_z< T >::m_z. 00052 { 00053 return t -> z() > m_z; 00054 }
|
|
Definition at line 48 of file TrackFunctor.h. Referenced by TrackFunctor::greater_z< T >::greater_z(), and TrackFunctor::greater_z< T >::operator()(). |