ATLAS Offline Software
|
Functions | |
template<> | |
bool | cmp (const double &a, const double &b) |
template<> | |
bool | cmp< ElementLink< CaloCellContainer > > (const ElementLink< CaloCellContainer > &a, const ElementLink< CaloCellContainer > &b) |
template<> | |
bool | cmp< std::pair< TauJetParameters::TauID, double > > (const std::pair< TauJetParameters::TauID, double > &a, const std::pair< TauJetParameters::TauID, double > &b) |
template<typename T > | |
bool | cmp (const T &a, const T &b) |
Comparison predicate. More... | |
template<typename T > | |
bool | vcmp (const std::vector< T > &a, const std::vector< T > &b) |
Compare vectors using cmp predicate. More... | |
template<typename T > | |
bool | vvcmp (const std::vector< std::vector< T > > &a, const std::vector< std::vector< T > > &b) |
Compare vectors using vcmp predicate. More... | |
Definition at line 34 of file TauCmp.cxx.
Comparison predicate.
Note: put specialisations for all types using cmp in TauCmp.cxx
a | left hand side argument |
b | right hand side argument |
bool Analysis::TauCmp::cmp< ElementLink< CaloCellContainer > > | ( | const ElementLink< CaloCellContainer > & | a, |
const ElementLink< CaloCellContainer > & | b | ||
) |
Definition at line 38 of file TauCmp.cxx.
bool Analysis::TauCmp::cmp< std::pair< TauJetParameters::TauID, double > > | ( | const std::pair< TauJetParameters::TauID, double > & | a, |
const std::pair< TauJetParameters::TauID, double > & | b | ||
) |