Skip to content

Adding local residuals to tracks

Lennart Huth requested to merge lhuth/corryvreckan:fix_residuals into master

Up to now, all residuals have been global ones and a potential z offset has been ignored. This MR implements global and local residuals and adjusts all necessary module. Please note that localResidual(detector) requires the transformation to local coordinates, e.g. a Plane

Merge request reports