EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Aborter for the case that a particle leaves the detector or reaches a custom made threshold. More...
Public Member Functions | |
EndOfWorld ()=default | |
Constructor. | |
template<typename propagator_state_t , typename stepper_t > | |
bool | operator() (propagator_state_t &state, const stepper_t &stepper) const |
Main call operator for the abort operation. | |
Public Attributes | |
double | maxX = 1_m |
Maximum value in x-direction of the detector. | |
Aborter for the case that a particle leaves the detector or reaches a custom made threshold.
Definition at line 73 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 73 of file StepperTests.cpp
|
default |
Constructor.
|
inline |
Main call operator for the abort operation.
propagator_state_t | State of the propagator |
stepper_t | Type of the stepper |
Definition at line 88 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 88 of file StepperTests.cpp
References kdfinder::abs(), and Acts::Test::tolerance.
double Acts::Test::EndOfWorld::maxX = 1_m |
Maximum value in x-direction of the detector.
Definition at line 75 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 75 of file StepperTests.cpp