ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
This is the condition that the pathLimit has been reached. More...
#include <acts/blob/master/Core/include/Acts/Propagator/StandardAborters.hpp>
Public Member Functions | |
template<typename propagator_state_t , typename stepper_t > | |
bool | operator() (propagator_state_t &state, const stepper_t &) const |
Public Attributes | |
double | internalLimit = std::numeric_limits<double>::max() |
Boolean switch for Loop protection. | |
This is the condition that the pathLimit has been reached.
Definition at line 65 of file StandardAborters.hpp.
View newest version in sPHENIX GitHub at line 65 of file StandardAborters.hpp
|
inline |
boolean operator for abort condition without using the result
propagator_state_t | Type of the propagator state |
stepper_t | Type of the stepper |
[in,out] | state | The propagation state object |
Definition at line 76 of file StandardAborters.hpp.
View newest version in sPHENIX GitHub at line 76 of file StandardAborters.hpp
References Acts::ConstrainedStep::aborter, kdfinder::abs(), internalLimit, and Acts::targetDebugLog().
double Acts::PathLimitReached::internalLimit = std::numeric_limits<double>::max() |
Boolean switch for Loop protection.
Definition at line 67 of file StandardAborters.hpp.
View newest version in sPHENIX GitHub at line 67 of file StandardAborters.hpp
Referenced by operator()().