#include <CosmicTrackFinder.h>
Public Member Functions | |
bool | operator() (Trajectory *t1, Trajectory *t2) |
Definition at line 59 of file CosmicTrackFinder.h.
bool cms::CompareTrajChi::operator() | ( | Trajectory * | t1, |
Trajectory * | t2 | ||
) | [inline] |
Definition at line 61 of file CosmicTrackFinder.h.
References Trajectory::chiSquared(), and Trajectory::foundHits().
{ if (t1->foundHits() != t2->foundHits()) return t1->foundHits()> t2->foundHits(); return t1->chiSquared()< t2->chiSquared(); }