#include <PFBenchmarkAlgo.h>
Public Member Functions | |
deltaRSorter (const T *Ref) | |
bool | operator() (const U &c1, const U &c2) const |
Private Attributes | |
const T * | cref |
Definition at line 96 of file PFBenchmarkAlgo.h.
deltaRSorter< T, U >::deltaRSorter | ( | const T * | Ref | ) | [inline] |
Definition at line 99 of file PFBenchmarkAlgo.h.
References deltaRSorter< T, U >::cref.
bool deltaRSorter< T, U >::operator() | ( | const U & | c1, |
const U & | c2 | ||
) | const [inline] |
Definition at line 100 of file PFBenchmarkAlgo.h.
References deltaRSorter< T, U >::cref, and deltaR().
{ return PFBenchmarkAlgo::deltaR(cref,&c1) < PFBenchmarkAlgo::deltaR(cref,&c2); }
const T* deltaRSorter< T, U >::cref [private] |
Definition at line 106 of file PFBenchmarkAlgo.h.
Referenced by deltaRSorter< T, U >::deltaRSorter(), and deltaRSorter< T, U >::operator()().