Template Struct DenseStepperPropagatorOptions¶
Defined in File DenseEnvironmentExtension.hpp
Inheritance Relationships¶
Base Type¶
public Acts::PropagatorOptions< action_list_t, aborter_list_t >(Template Struct PropagatorOptions)
Struct Documentation¶
-
template<typename
action_list_t= ActionList<>, typenameaborter_list_t= AbortList<>>
structActs::DenseStepperPropagatorOptions: public Acts::PropagatorOptions<action_list_t, aborter_list_t>¶ Public Functions
-
DenseStepperPropagatorOptions(const DenseStepperPropagatorOptions<action_list_t, aborter_list_t> &dspo) = default¶ Copy Constructor.
-
DenseStepperPropagatorOptions(const GeometryContext &gctx, const MagneticFieldContext &mctx, LoggerWrapper logger_)¶ Constructor with GeometryContext.
- Parameters
gctx: The current geometry context object, e.g. alignmentmctx: The current magnetic fielc context object
-
template<typename
extended_aborter_list_t>
DenseStepperPropagatorOptions<action_list_t, extended_aborter_list_t>extend(extended_aborter_list_t aborters) const¶ Expand the Options with extended aborters.
- Template Parameters
extended_aborter_list_t: Type of the new aborter list
- Parameters
aborters: The new aborter list to be used (internally)
-