#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 5 of file BestVertexComparator.h.
typedef T GreaterByTracksSize< T >::first_argument_type |
Definition at line 6 of file BestVertexComparator.h.
typedef T GreaterByTracksSize< T >::second_argument_type |
Definition at line 7 of file BestVertexComparator.h.
bool GreaterByTracksSize< T >::operator() | ( | const T & | t1, |
const T & | t2 | ||
) | const [inline] |
Definition at line 8 of file BestVertexComparator.h.
{
return t1.tracksSize() > t2.tracksSize();
}