PrForwardTracking fix worst hit finding when hits perfectly align
It can happen that (within single floating point precision) hits line up perfectly. In that case the chi2 of the linear fit is zero which then accidentally leads to a forbidden memory access. This case was already covered in all fits but one, which is fixed in this MR.