Surface::boundToFreeJacobian
could also use FreeVector
parameters
#2810
Labels
Surface::boundToFreeJacobian
could also use FreeVector
parameters
#2810
It seems inconsistent to use
BoundVector
forSurface::boundToFreeJacobian
andFreeVector
forSurface::freeToBoundJacobian
. One is basically the inverse of the other and could use the same parameters.acts/Core/include/Acts/Surfaces/Surface.hpp
Lines 315 to 333 in f7106bc
acts/Core/include/Acts/Surfaces/Surface.hpp
Lines 335 to 350 in f7106bc
Internally we always calculate the free parameters and externally we seem to always have the free parameters at hand.
There is also an extreme example where we do the free to bound twice
acts/Core/src/Propagator/detail/CovarianceEngine.cpp
Lines 201 to 218 in f7106bc
The text was updated successfully, but these errors were encountered: