Struct PathLimitReached¶
Defined in File StandardAborters.hpp
Struct Documentation¶
-
struct
Acts::PathLimitReached¶ This is the condition that the pathLimit has been reached.
Public Functions
-
template<typename
propagator_state_t, typenamestepper_t>
booloperator()(propagator_state_t &state, const stepper_t&) const¶ boolean operator for abort condition without using the result
- Template Parameters
propagator_state_t: Type of the propagator statestepper_t: Type of the stepper
- Parameters
[inout] state: The propagation state object
Public Members
-
double
internalLimit= std::numeric_limits<double>::max()¶ Boolean switch for Loop protection.
-
template<typename