Skip to content

Implement collection of transport jacobians

Christian Gumpert requested to merge ACTS-64_transport_jacobians into master

The extrapolation option CollectJacobians was available but not used. The RungeKuttaPropagator now stores the transport jacobians in the ExtrapolationCell if this is configured to do so.

The current implementation most likely contains a memory leak which should be fixed once we implement a proper ownership handling for the ExtrapolationCell.

Merge request reports