ATLAS Offline Software
Loading...
Searching...
No Matches
ClusterDistanceHelper Namespace Reference

Functions

template<class T, class U>
float deltaR (const T *t, const U *u)
template<class T>
const TrigMatch::clusterTraits< T >::typegetCluster (const T *t)
const EmTau_ROIgetCluster (const EmTau_ROI *t)

Function Documentation

◆ deltaR()

template<class T, class U>
float ClusterDistanceHelper::deltaR ( const T * t,
const U * u )

Definition at line 28 of file ClusterDistanceFunctor.h.

28 {
30 }
static float deltaR(const T *t, const U *u)

◆ getCluster() [1/2]

const EmTau_ROI * ClusterDistanceHelper::getCluster ( const EmTau_ROI * t)
inline

Definition at line 34 of file ClusterDistanceFunctor.h.

34{ return t; }

◆ getCluster() [2/2]

template<class T>
const TrigMatch::clusterTraits< T >::type * ClusterDistanceHelper::getCluster ( const T * t)

Definition at line 33 of file ClusterDistanceFunctor.h.

33{ return t->cluster(); }