ATLAS Offline Software
Loading...
Searching...
No Matches
TauCmp.h File Reference

Declaration of Tau comparison predicates. More...

#include <vector>
#include <algorithm>
Include dependency graph for TauCmp.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Declaration of Tau comparison predicates.

Package: Reconstruction/tauEvent

Definition in file TauCmp.h.