2 #ifndef TRACKBASE_ACTSABORTER_H
3 #define TRACKBASE_ACTSABORTER_H
11 unsigned int abortlayer = std::numeric_limits<unsigned int>::max();
12 unsigned int abortvolume = std::numeric_limits<unsigned int>::max();
14 template <
typename propagator_state_t,
typename stepper_t,
19 if (navigator.targetReached(state.navigation))
25 if(!navigator.currentSurface(state.navigation))
30 auto volumeno = state.navigation.currentSurface->geometryId().volume();
31 auto layerno = state.navigation.currentSurface->geometryId().layer();
32 auto sensitive = state.navigation.currentSurface->geometryId().sensitive();
38 navigator.targetReached(state.navigation,
true);