#include <Acts/Propagator/RiddersPropagator.hpp>
|
| std::vector< double > | deviationFactors = {-2, -1, 1, 2} |
| | Different factors applied to the initial scale to create the deviations of the individual bound track parameters.
|
| BoundVector | deviationScale = {1e-4, 1e-4, 1e-4, 1e-4, 1e-4, 1e-4} |
| | Initial scale for the deviation of the individual bound track parameters.
|
◆ actor_list_type
template<typename propagator_t, typename actor_list_t = ActorList<>>
◆ base_type
template<typename propagator_t, typename actor_list_t = ActorList<>>
◆ navigator_options_type
template<typename propagator_t, typename actor_list_t = ActorList<>>
◆ stepper_options_type
template<typename propagator_t, typename actor_list_t = ActorList<>>
◆ RiddersPropagatorOptions() [1/2]
template<typename propagator_t, typename actor_list_t = ActorList<>>
PropagatorOptions with context.
◆ RiddersPropagatorOptions() [2/2]
template<typename propagator_t, typename actor_list_t = ActorList<>>
PropagatorOptions with context and plain options.
◆ extend()
template<typename propagator_t, typename actor_list_t = ActorList<>>
template<typename extended_actor_list_t>
Expand the options with extended actors.
- Template Parameters
-
| extended_actor_list_t | Type of the new actor list |
- Parameters
-
| extendedActorList | The new actor list to be used (internally) |
◆ deviationFactors
template<typename propagator_t, typename actor_list_t = ActorList<>>
Different factors applied to the initial scale to create the deviations of the individual bound track parameters.
The resulting function value deviations are then fitted to a line to determine the first order derivatives of the final parameters wrt. the initial parameters.
◆ deviationScale
template<typename propagator_t, typename actor_list_t = ActorList<>>
Initial scale for the deviation of the individual bound track parameters.