19 #include "AthLinks/ElementLink.h"
34 template<>
bool cmp<> (
const double &
a,
const double &
b) {
38 template<>
bool cmp<ElementLink<CaloCellContainer> > (
44 template<>
bool cmp <std::pair<TauJetParameters::TauID, double> > (
45 const std::pair<TauJetParameters::TauID, double > &
a,
46 const std::pair<TauJetParameters::TauID, double > &
b)
48 return ((
a.first==
b.first)&&(
a.second==
b.second));