Analysis Software
Documentation for sPHENIX simulation software
|
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 , typename navigator_t > | |
bool | operator() (propagator_state_t &state, const stepper_t &stepper, const navigator_t &, const Logger &) 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 115 of file EigenStepperTests.cpp.
View newest version in sPHENIX GitHub at line 115 of file EigenStepperTests.cpp
|
default |
Constructor.
|
inline |
Main call operator for the abort operation.
propagator_state_t | State of the propagator |
stepper_t | Type of the stepper |
navigator_t | Type of the navigator |
[in] | state | State of the propagation |
[in] | stepper | Stepper of the propagation |
[in] | navigator | Navigator of the propagation |
Definition at line 135 of file EigenStepperTests.cpp.
View newest version in sPHENIX GitHub at line 135 of file EigenStepperTests.cpp
References Acts::Test::tolerance.
double Acts::Test::EndOfWorld::maxX = 1_m |
Maximum value in x-direction of the detector.
Definition at line 117 of file EigenStepperTests.cpp.
View newest version in sPHENIX GitHub at line 117 of file EigenStepperTests.cpp