Skip to content

Redesigned propagator implementation

Christian Gumpert requested to merge new_propagator into master

First prototype for a template-based implementation of the propagation engine. A high-level steering class Propagator is used directly to propagate track parameters through the magnetic field. It supports custom defined observers and abort conditions as well as custom implementations of the stepping function. At the moment, two stepping kernels are provided:

Closes ACTS-231.

Merge request reports