#include <JetAlgoHelper.h>
Public Member Functions | |
int | operator() (const T &a1, const T &a2) |
int | operator() (const T &a1, const T &a2) |
Definition at line 96 of file JetAlgoHelper.h.
int GreaterByEtRef< T >::operator() | ( | const T & | a1, |
const T & | a2 | ||
) | [inline] |
Definition at line 98 of file JetAlgoHelper.h.
{ if (!a1) return 0; if (!a2) return 1; NumericSafeGreaterByEt <typename T::value_type> comp; return comp.operator () (*a1, *a2); }
int GreaterByEtRef< T >::operator() | ( | const T & | a1, |
const T & | a2 | ||
) | [inline] |
Definition at line 98 of file JetAlgoHelper.h.
{ if (!a1) return 0; if (!a2) return 1; NumericSafeGreaterByEt <typename T::value_type> comp; return comp.operator () (*a1, *a2); }