#include <BestVertexComparator.h>
Public Types | |
typedef T | first_argument_type |
typedef T | second_argument_type |
Public Member Functions | |
bool | operator() (const T &t1, const T &t2) const |
Definition at line 14 of file BestVertexComparator.h.
typedef T LessByNormalizedChi2< T >::first_argument_type |
Definition at line 15 of file BestVertexComparator.h.
typedef T LessByNormalizedChi2< T >::second_argument_type |
Definition at line 16 of file BestVertexComparator.h.
bool LessByNormalizedChi2< T >::operator() | ( | const T & | t1, |
const T & | t2 | ||
) | const [inline] |
Definition at line 17 of file BestVertexComparator.h.
{
return t1.normalizeChi2() < t2.normalizedChi2();
}