ATLAS Offline Software
Namespaces | Functions
TauCmp.h File Reference
#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

 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...
 

Detailed Description

Declaration of Tau comparison predicates

Package: Reconstruction/tauEvent

Author
Thomas Burgess

Created by Thomas Burgess on 2009-06-04.

Definition in file TauCmp.h.