#include <TrajCandLess.h>
Public Member Functions | |
bool | operator() (const TR &a, const TR &b) const |
TrajCandLess (float p=5) | |
Private Attributes | |
float | penalty |
Defines an ordering of Trajectories in terms of "goodness" The comparison is done in terms of total chi**2 plus a penalty for "lost" hits. This is OK for tracks of almost same number of hits, as in TrajectoryBuilder use, but is not applicable for tracks of different number of thits: the shortest track is likely to be considered "better".
Definition at line 15 of file TrajCandLess.h.
|
inline |
Definition at line 17 of file TrajCandLess.h.
|
inline |
|
private |
Definition at line 26 of file TrajCandLess.h.
Referenced by TrajCandLess< TR >::operator()().