Analysis Software
Documentation for sPHENIX simulation software
|
Nested State struct, minimal requirement. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Propagator/detail/VoidPropagatorComponents.hpp>
Public Attributes | |
const Surface * | startSurface = nullptr |
Navigation state - external state: the start surface. | |
const Surface * | currentSurface = nullptr |
Navigation state - external state: the current surface. | |
const Surface * | targetSurface = nullptr |
Navigation state - external state: the target surface. | |
bool | targetReached = false |
Indicator if the target is reached. | |
bool | navigationBreak = false |
Navigation state : a break has been detected. | |
Nested State struct, minimal requirement.
Definition at line 21 of file VoidPropagatorComponents.hpp.
View newest version in sPHENIX GitHub at line 21 of file VoidPropagatorComponents.hpp
const Surface* Acts::detail::VoidNavigator::State::currentSurface = nullptr |
Navigation state - external state: the current surface.
Definition at line 26 of file VoidPropagatorComponents.hpp.
View newest version in sPHENIX GitHub at line 26 of file VoidPropagatorComponents.hpp
Referenced by Acts::detail::VoidNavigator::currentSurface().
bool Acts::detail::VoidNavigator::State::navigationBreak = false |
Navigation state : a break has been detected.
Definition at line 35 of file VoidPropagatorComponents.hpp.
View newest version in sPHENIX GitHub at line 35 of file VoidPropagatorComponents.hpp
Referenced by Acts::detail::VoidNavigator::navigationBreak().
const Surface* Acts::detail::VoidNavigator::State::startSurface = nullptr |
Navigation state - external state: the start surface.
Definition at line 23 of file VoidPropagatorComponents.hpp.
View newest version in sPHENIX GitHub at line 23 of file VoidPropagatorComponents.hpp
Referenced by Acts::detail::VoidNavigator::makeState(), and Acts::detail::VoidNavigator::startSurface().
bool Acts::detail::VoidNavigator::State::targetReached = false |
Indicator if the target is reached.
Definition at line 32 of file VoidPropagatorComponents.hpp.
View newest version in sPHENIX GitHub at line 32 of file VoidPropagatorComponents.hpp
Referenced by Acts::detail::VoidNavigator::targetReached().
const Surface* Acts::detail::VoidNavigator::State::targetSurface = nullptr |
Navigation state - external state: the target surface.
Definition at line 29 of file VoidPropagatorComponents.hpp.
View newest version in sPHENIX GitHub at line 29 of file VoidPropagatorComponents.hpp
Referenced by Acts::detail::VoidNavigator::makeState(), and Acts::detail::VoidNavigator::targetSurface().