44 inline fscal sgn(
const fscal& a) {
return a < 0 ? -1 : (a > 0 ? 1 : 0); }
Header files for SSE operations.
unsigned short GetNofHits() const
Returns number of hits in track.
fscal rcp(const fscal &a)
Returns reciprocal.
fscal sgn(const fscal &a)
Returns sign of the input number.
unsigned short NDF(const LitScalTrack &track)
Returns number of degrees of freedom for the track.