|
template<typename T , typename Collection > |
static Collection | copyCollection (const Collection *) |
|
template<typename T , typename U > |
static double | deltaEt (const T *, const U *) |
|
template<typename T , typename U > |
static double | deltaEta (const T *, const U *) |
|
template<typename T , typename U > |
static double | deltaPhi (const T *, const U *) |
|
template<typename T , typename U > |
static double | deltaR (const T *, const U *) |
|
template<typename T , typename Collection > |
static Collection | findAllInCone (const T *, const Collection *, double) |
|
template<typename T , typename Collection > |
static Collection | findAllInEtWindow (const T *, const Collection *, double) |
|
template<typename T , typename Collection > |
static const
Collection::value_type * | matchByDeltaEt (const T *, const Collection *) |
|
template<typename T , typename Collection > |
static const
Collection::value_type * | matchByDeltaR (const T *, const Collection *) |
|
template<typename T , typename Collection > |
static void | sortByDeltaEt (const T *, Collection &) |
|
template<typename T , typename Collection > |
static void | sortByDeltaR (const T *, Collection &) |
|
|
template<typename T > |
static void | vector_add (const T *c1, std::vector< T > &candidates) |
|
template<typename T > |
static void | vector_add (const T *c1, edm::OwnVector< T > &candidates) |
|
template<typename T , typename U , template< typename, typename > class Sorter> |
static void | vector_sort (std::vector< T > &candidates, Sorter< T, U > S) |
|
template<typename T , typename U , template< typename, typename > class Sorter> |
static void | vector_sort (edm::OwnVector< T > &candidates, Sorter< T, U > S) |
|
Definition at line 16 of file PFBenchmarkAlgo.h.