CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
deltaRSorter< T, U > Class Template Reference

#include <PFBenchmarkAlgo.h>

Public Member Functions

 deltaRSorter (const T *Ref)
 
bool operator() (const U &c1, const U &c2) const
 

Private Attributes

const Tcref
 

Detailed Description

template<typename T, typename U>
class deltaRSorter< T, U >

Definition at line 94 of file PFBenchmarkAlgo.h.

Constructor & Destructor Documentation

◆ deltaRSorter()

template<typename T , typename U >
deltaRSorter< T, U >::deltaRSorter ( const T Ref)
inline

Definition at line 96 of file PFBenchmarkAlgo.h.

References deltaRSorter< T, U >::cref.

96 { cref = Ref; }
const T * cref

Member Function Documentation

◆ operator()()

template<typename T , typename U >
bool deltaRSorter< T, U >::operator() ( const U &  c1,
const U &  c2 
) const
inline

Definition at line 97 of file PFBenchmarkAlgo.h.

References alignmentValidation::c1, deltaRSorter< T, U >::cref, and PFBenchmarkAlgo::deltaR().

97  {
99  }
const T * cref
static double deltaR(const T *, const U *)

Member Data Documentation

◆ cref

template<typename T , typename U >
const T* deltaRSorter< T, U >::cref
private