![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Nested State struct, minimal requirement. More...
#include <acts/blob/master/Core/include/Acts/Propagator/detail/VoidPropagatorComponents.hpp>
Collaboration diagram for Acts::detail::VoidNavigator::State: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
| 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
| 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
| 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
| 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