#include <TrackFunctor.h>
Public Member Functions | |
less_z (double z) | |
bool | operator() (const T *t) const |
Private Attributes | |
double | m_z |
|
Definition at line 35 of file TrackFunctor.h. References TrackFunctor::less_z< T >::m_z. 00035 :m_z(z) {}
|
|
Definition at line 36 of file TrackFunctor.h. References TrackFunctor::less_z< T >::m_z. 00037 { 00038 return t -> z() < m_z; 00039 }
|
|
Definition at line 33 of file TrackFunctor.h. Referenced by TrackFunctor::less_z< T >::less_z(), and TrackFunctor::less_z< T >::operator()(). |