|
ACTS
Experiment-independent tracking
|
This is the condition that the end of world has been reached it then triggers a propagation abort. 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 &, const navigator_t &navigator, const Logger &logger) const |
| boolean operator for abort condition without using the result | |
This is the condition that the end of world has been reached it then triggers a propagation abort.
| bool Acts::VolumeConstraintAborter::checkAbort | ( | propagator_state_t & | state, |
| const stepper_t & | , | ||
| 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 |
| navigator_t | Type of the navigator |
| [in,out] | state | The propagation state object |
| [in] | navigator | The navigator object |
| logger | a logger instance |