#include <SortTracksByHitNumber.h>
Definition at line 37 of file SortTracksByHitNumber.h.
◆ operator()() [1/2]
Definition at line 41 of file SortTracksByHitNumber.h.
41 {
42
45 if (!fq1 && fq2) return false;
46 if (fq1 && !fq2) return true;
47 if (!fq1 && !fq2) return false;
48
49
52 return chi2Ndof1 < chi2Ndof2;
53 }
int numberDoF() const
returns the number of degrees of freedom of the overall track or vertex fit as integer
double chiSquared() const
returns the of the overall track fit
const FitQuality * fitQuality() const
return a pointer to the fit quality const-overload
◆ operator()() [2/2]
The documentation for this class was generated from the following file: