Skip to content

AlignmentDUTResidual: Ensure that track fit has not failed

Lennart Huth requested to merge hotfix/align into master

As pointed out by @yotarid the module AlignmentDUTResidual is not checking if the refit has converged. This PR fixes this by

a) Checking if the refit failed this iteration b) Refitting if it has failed in the last one

Merge request reports