![]() |
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. | |
| template<typename T> | |
| bool | vcmp (const std::vector< T > &a, const std::vector< T > &b) |
| Compare vectors using cmp predicate. | |
| template<typename T> | |
| bool | vvcmp (const std::vector< std::vector< T > > &a, const std::vector< std::vector< T > > &b) |
| Compare vectors using vcmp predicate. | |
| bool Analysis::TauCmp::cmp | ( | const double & | a, |
| const double & | b ) |
Definition at line 34 of file TauCmp.cxx.
| bool Analysis::TauCmp::cmp | ( | const T & | a, |
| const T & | b ) |
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 ) |
Definition at line 44 of file TauCmp.cxx.
| bool Analysis::TauCmp::vcmp | ( | const std::vector< T > & | a, |
| const std::vector< T > & | b ) |
| bool Analysis::TauCmp::vvcmp | ( | const std::vector< std::vector< T > > & | a, |
| const std::vector< std::vector< T > > & | b ) |
Compare vectors using vcmp predicate.
| a | left hand side argument |
| b | right hand side argument |
Definition at line 46 of file TauCmp.h.