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