#include <LHCbMath.h>
Public Member Functions | |
TYPE | operator() (typename boost::call_traits< const TYPE >::param_type v1, typename boost::call_traits< const TYPE >::param_type v2) const |
Public Attributes | |
std::greater< TYPE > | m_eval |
evaluator: |
Definition at line 69 of file LHCbMath.h.
TYPE LHCb::Math::abs_greater< TYPE >::operator() | ( | typename boost::call_traits< const TYPE >::param_type | v1, | |
typename boost::call_traits< const TYPE >::param_type | v2 | |||
) | const [inline] |
Definition at line 72 of file LHCbMath.h.
00074 { 00075 return m_eval ( std::fabs( v1 ) , std::fabs( v2 ) ) ; 00076 }
std::greater<TYPE> LHCb::Math::abs_greater< TYPE >::m_eval |