|
ACTS
Experiment-independent tracking
|
Options for Ridders-based covariance propagation. More...
#include <Acts/Propagator/RiddersPropagator.hpp>
Public Member Functions | |
| RiddersPropagatorOptions (const GeometryContext &gctx, const MagneticFieldContext &mctx) | |
| PropagatorOptions with context. | |
| RiddersPropagatorOptions (const PropagatorPlainOptions &pOptions) | |
| PropagatorOptions with context and plain options. | |
| template<typename extended_actor_list_t> | |
| RiddersPropagatorOptions< propagator_t, extended_actor_list_t > | extend (extended_actor_list_t extendedActorList) const |
| Expand the options with extended actors. | |
Public Attributes | |
| 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. | |
Options for Ridders-based covariance propagation.
| Acts::RiddersPropagatorOptions< propagator_t, actor_list_t >::RiddersPropagatorOptions | ( | const GeometryContext & | gctx, |
| const MagneticFieldContext & | mctx ) |
PropagatorOptions with context.
| gctx | Geometry context |
| mctx | Magnetic field context |
|
explicit |
PropagatorOptions with context and plain options.
| pOptions | Plain propagator options |
| RiddersPropagatorOptions< propagator_t, extended_actor_list_t > Acts::RiddersPropagatorOptions< propagator_t, actor_list_t >::extend | ( | extended_actor_list_t | extendedActorList | ) | const |
Expand the options with extended actors.
| extended_actor_list_t | Type of the new actor list |
| extendedActorList | The new actor list to be used (internally) |
| std::vector<double> Acts::RiddersPropagatorOptions< propagator_t, actor_list_t >::deviationFactors = {-2, -1, 1, 2} |
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.