Add total Jacobian to propagation
This MR adds the jacobian since the first propagation step. The difference to the current jacobian this one is not reset by the reinitialize = true
call in the stepper. Additional to this implementaion this jacobian is also passed to the KalmanFitter
. Therefore a reinitialisation call (e.g. by the MaterialInteractor
) in this class can be prevented.