Skip to content

WIP: Reset the status of the first node on each track iteration on TrackMasterFitter.

Daniel Campora Perez requested to merge reset_first_status into master
  • After the first iteration of the TrackMasterFitter fitter, the status of the nodes is reset so that the fitter runs again through those nodes. The reset function is invoked in FitNode::setTransportVector. However, the first node never invokes this function, therefore causing it to not run the Kalman filter update.
Edited by Christoph Hasse

Merge request reports