#include <PFBenchmarkAlgo.h>
Public Member Functions | |
deltaEtSorter (const T *Ref) | |
bool | operator() (const U &c1, const U &c2) const |
Private Attributes | |
const T * | cref |
Definition at line 111 of file PFBenchmarkAlgo.h.
deltaEtSorter< T, U >::deltaEtSorter | ( | const T * | Ref | ) | [inline] |
Definition at line 114 of file PFBenchmarkAlgo.h.
References deltaEtSorter< T, U >::cref.
bool deltaEtSorter< T, U >::operator() | ( | const U & | c1, |
const U & | c2 | ||
) | const [inline] |
Definition at line 115 of file PFBenchmarkAlgo.h.
References deltaEtSorter< T, U >::cref, and PFBenchmarkAlgo::deltaEt().
{ return fabs(PFBenchmarkAlgo::deltaEt(cref,&c1)) < fabs(PFBenchmarkAlgo::deltaEt(cref,&c2)); }
const T* deltaEtSorter< T, U >::cref [private] |
Definition at line 121 of file PFBenchmarkAlgo.h.
Referenced by deltaEtSorter< T, U >::deltaEtSorter(), and deltaEtSorter< T, U >::operator()().