Open
Description
acts/Core/include/Acts/TrackFitting/detail/GsfUtils.hpp
Lines 197 to 200 in c0e65bc
This looks like silent FPE treatment which might either come from the chi2
being too large pushing detR
to inf
or caused by detR
being negative in case the covariance is already broken. Both should in principle not happen but we protect against it and silence any occurrence right now.
In #3449 I observed an FPE at
which indicates thatdetR
is negative and this should only happen if at least one of the covariances is broken.