ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::Experimental::RiddersStepper< stepper_impl_t >::Config Struct Reference

Configuration struct for the RiddersStepper. More...

#include <Acts/Propagator/RiddersStepper.hpp>

Collaboration diagram for Acts::Experimental::RiddersStepper< stepper_impl_t >::Config:
[legend]

Public Attributes

std::size_t maxStepsToCurvilinearSurface = 10
 The maximum number of steps to attempt when stepping towards the curvilinear surface for the bound state transformation.
std::shared_ptr< const BoundParameterVariationGeneratorparameterVariation
 The generator for the bound parameter variations.
StepperImpl::Config stepperConfig
 Configuration for the underlying stepper implementation.

Detailed Description

template<Concepts::SingleStepper stepper_impl_t>
struct Acts::Experimental::RiddersStepper< stepper_impl_t >::Config

Configuration struct for the RiddersStepper.

Member Data Documentation

◆ parameterVariation

template<Concepts::SingleStepper stepper_impl_t>
std::shared_ptr<const BoundParameterVariationGenerator> Acts::Experimental::RiddersStepper< stepper_impl_t >::Config::parameterVariation
Initial value:
{
std::make_shared<CovarianceBoundParameterVariationGenerator>(
std::vector<double>{-1e-3, 1e-3})}

The generator for the bound parameter variations.