#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 85 of file JetAlgoHelper.h.
int GreaterByPtPtr< T >::operator() | ( | const T * | a1, |
const T * | a2 | ||
) | [inline] |
Definition at line 87 of file JetAlgoHelper.h.
{ if (!a1) return 0; if (!a2) return 1; NumericSafeGreaterByPt <T> comp; return comp.operator () (*a1, *a2); }
int GreaterByPtPtr< T >::operator() | ( | const T * | a1, |
const T * | a2 | ||
) | [inline] |
Definition at line 87 of file JetAlgoHelper.h.
{ if (!a1) return 0; if (!a2) return 1; NumericSafeGreaterByPt <T> comp; return comp.operator () (*a1, *a2); }