|
ACTS
Experiment-independent tracking
|
This is the condition that the pathLimit has been reached. More...
#include <Acts/Propagator/StandardAborters.hpp>
Public Member Functions | |
| template<typename propagator_state_t, typename stepper_t, typename navigator_t> | |
| bool | checkAbort (propagator_state_t &state, const stepper_t &stepper, const navigator_t &navigator, const Logger &logger) const |
| boolean operator for abort condition without using the result | |
Public Attributes | |
| double | internalLimit = std::numeric_limits<double>::max() |
| Internal path limit for loop protection. | |
This is the condition that the pathLimit has been reached.
| bool Acts::PathLimitReached::checkAbort | ( | propagator_state_t & | state, |
| const stepper_t & | stepper, | ||
| const navigator_t & | navigator, | ||
| const Logger & | logger ) const |
boolean operator for abort condition without using the result
| propagator_state_t | Type of the propagator state |
| stepper_t | Type of the stepper |
| navigator_t | Type of the navigator |
| [in,out] | state | The propagation state object |
| [in] | stepper | Stepper used for propagation |
| [in] | navigator | Navigator used for propagation |
| logger | a logger instance |
| double Acts::PathLimitReached::internalLimit = std::numeric_limits<double>::max() |
Internal path limit for loop protection.