ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Core/include/Acts/Propagator/StandardAborters.hpp>
Public Member Functions | |
EndOfWorldReached ()=default | |
template<typename propagator_state_t , typename stepper_t > | |
bool | operator() (propagator_state_t &state, const stepper_t &) const |
This is the condition that the end of World has been reached it then triggers an propagation abort
Definition at line 206 of file StandardAborters.hpp.
View newest version in sPHENIX GitHub at line 206 of file StandardAborters.hpp
|
default |
|
inline |
boolean operator for abort condition without using the result
propagator_state_t | Type of the propagator state |
[in,out] | state | The propagation state object |
Definition at line 215 of file StandardAborters.hpp.
View newest version in sPHENIX GitHub at line 215 of file StandardAborters.hpp