#include <RecoParticleFlow/Benchmark/interface/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] |
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 PFBenchmarkAlgo::deltaR().
00100 { 00101 return PFBenchmarkAlgo::deltaR(cref,&c1) < PFBenchmarkAlgo::deltaR(cref,&c2); 00102 }
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()().