ECCE @ EIC Software
Reference for
ECCE @ 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 66 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 66 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 |
[in] | state | State of the propagation |
[in] | stepper | Stepper of the propagation |
Definition at line 81 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 81 of file StepperTests.cpp
References Acts::units::_m, and kdfinder::abs().
double Acts::Test::EndOfWorld::maxX = 1_m |
Maximum value in x-direction of the detector.
Definition at line 68 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 68 of file StepperTests.cpp