ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Attributes | |
const Surface * | startSurface = nullptr |
Navigation cache: the start surface. | |
const Surface * | currentSurface = nullptr |
Navigation cache: the current surface. | |
const Surface * | targetSurface = nullptr |
Navigation cache: the target surface. | |
bool | targetReached = false |
The boolean is reached. | |
This is a simple cache struct to mimic the Navigator state
Definition at line 40 of file AbortListTests.cpp.
View newest version in sPHENIX GitHub at line 40 of file AbortListTests.cpp
const Surface* Acts::Test::NavigatorState::currentSurface = nullptr |
Navigation cache: the current surface.
Definition at line 45 of file AbortListTests.cpp.
View newest version in sPHENIX GitHub at line 45 of file AbortListTests.cpp
const Surface* Acts::Test::NavigatorState::startSurface = nullptr |
Navigation cache: the start surface.
Definition at line 42 of file AbortListTests.cpp.
View newest version in sPHENIX GitHub at line 42 of file AbortListTests.cpp
bool Acts::Test::NavigatorState::targetReached = false |
The boolean is reached.
Definition at line 51 of file AbortListTests.cpp.
View newest version in sPHENIX GitHub at line 51 of file AbortListTests.cpp
const Surface* Acts::Test::NavigatorState::targetSurface = nullptr |
Navigation cache: the target surface.
Definition at line 48 of file AbortListTests.cpp.
View newest version in sPHENIX GitHub at line 48 of file AbortListTests.cpp