Struct Acts::MultiEigenStepperLoop::SinglePropState

template<typename stepping_t, typename navigation_t, typename options_t, typename geoctx_t>
struct SinglePropState

A helper type for providinig a propagation state which can be used with functions expecting single-component steppers and states.

Public Functions

inline SinglePropState(stepping_t &s, navigation_t &n, options_t &o, geoctx_t &g)

Public Members

geoctx_t &geoContext
navigation_t &navigation
options_t &options
stepping_t &stepping