![]() |
ATLAS Offline Software
|
Declaration of Tau comparison predicates. More...
#include <vector>#include <algorithm>Go to the source code of this file.
Namespaces | |
| namespace | Analysis |
| The namespace of all packages in PhysicsAnalysis/JetTagging. | |
| namespace | Analysis::TauCmp |
Functions | |
| template<typename T> | |
| bool | Analysis::TauCmp::cmp (const T &a, const T &b) |
| Comparison predicate. | |
| template<typename T> | |
| bool | Analysis::TauCmp::vcmp (const std::vector< T > &a, const std::vector< T > &b) |
| Compare vectors using cmp predicate. | |
| template<typename T> | |
| bool | Analysis::TauCmp::vvcmp (const std::vector< std::vector< T > > &a, const std::vector< std::vector< T > > &b) |
| Compare vectors using vcmp predicate. | |