|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef SORTTRACKSBYHITNUMBER_H
6 #define SORTTRACKSBYHITNUMBER_H
23 if (!fq1 && fq2)
return false;
24 if (fq1 && !fq2)
return true;
25 if (!fq1 && !fq2)
return false;
33 return chi2Ndof1 < chi2Ndof2;
45 if (!fq1 && fq2)
return false;
46 if (fq1 && !fq2)
return true;
47 if (!fq1 && !fq2)
return false;
52 return chi2Ndof1 < chi2Ndof2;
bool operator()(const Trk::Track &tr1, const Trk::Track &tr2)
const FitQuality * fitQuality() const
return a pointer to the fit quality const-overload
bool operator()(const Trk::Track &tr1, const Trk::Track &tr2)
bool operator()(const Trk::Track *tr1, const Trk::Track *tr2)
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
bool operator()(const Trk::Track *tr1, const Trk::Track *tr2)
Class to represent and store fit qualities from track reconstruction in terms of and number of degre...
double chiSquared() const
returns the of the overall track fit
int numberDoF() const
returns the number of degrees of freedom of the overall track or vertex fit as integer