ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
mockup of propagtor state More...
Classes | |
struct | Options |
emulate the options template More... | |
struct | Stepper |
This is a simple cache struct to mimic a Stepper. More... | |
struct | StepperState |
Public Attributes | |
Options | options |
Give some options. | |
StepperState | stepping |
The stepper state. | |
NavigatorState | navigation |
The navigator state. | |
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 |
SteppingState | stepping |
Contains: stepping state. | |
NavigationState | navigation |
Contains: navigation state. | |
Stepper::State | stepping |
The Stepper state - internal statew of the Stepper. | |
Navigator::State | navigation |
Navigation state - internal state of the Navigator. | |
GeometryContext | geoContext = GeometryContext() |
mockup of propagtor state
This is a simple cache struct to mimic the Propagator state
This is a simple cache struct to mimic the Propagator cache
Definition at line 56 of file AbortListTests.cpp.
View newest version in sPHENIX GitHub at line 56 of file AbortListTests.cpp
const Surface * Acts::Test::PropagatorState::currentSurface = nullptr |
Navigation cache: the current surface.
Definition at line 61 of file ActionListTests.cpp.
View newest version in sPHENIX GitHub at line 61 of file ActionListTests.cpp
GeometryContext Acts::Test::PropagatorState::geoContext = GeometryContext() |
Definition at line 210 of file NavigatorTests.cpp.
View newest version in sPHENIX GitHub at line 210 of file NavigatorTests.cpp
NavigatorState Acts::Test::PropagatorState::navigation |
The navigator state.
Definition at line 92 of file AbortListTests.cpp.
View newest version in sPHENIX GitHub at line 92 of file AbortListTests.cpp
NavigationState Acts::Test::PropagatorState::navigation |
Contains: navigation state.
Definition at line 103 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 103 of file LoopProtectionTests.cpp
Navigator::State Acts::Test::PropagatorState::navigation |
Navigation state - internal state of the Navigator.
Definition at line 207 of file NavigatorTests.cpp.
View newest version in sPHENIX GitHub at line 207 of file NavigatorTests.cpp
Options Acts::Test::PropagatorState::options |
Give some options.
Contains: options.
Definition at line 86 of file AbortListTests.cpp.
View newest version in sPHENIX GitHub at line 86 of file AbortListTests.cpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), and Acts::Test::BOOST_DATA_TEST_CASE().
const Surface * Acts::Test::PropagatorState::startSurface = nullptr |
Navigation cache: the start surface.
Definition at line 58 of file ActionListTests.cpp.
View newest version in sPHENIX GitHub at line 58 of file ActionListTests.cpp
StepperState Acts::Test::PropagatorState::stepping |
The stepper state.
The Stepper cache.
Definition at line 89 of file AbortListTests.cpp.
View newest version in sPHENIX GitHub at line 89 of file AbortListTests.cpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), and Acts::Test::BOOST_DATA_TEST_CASE().
SteppingState Acts::Test::PropagatorState::stepping |
Contains: stepping state.
Definition at line 101 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 101 of file LoopProtectionTests.cpp
Stepper::State Acts::Test::PropagatorState::stepping |
The Stepper state - internal statew of the Stepper.
Definition at line 204 of file NavigatorTests.cpp.
View newest version in sPHENIX GitHub at line 204 of file NavigatorTests.cpp
bool Acts::Test::PropagatorState::targetReached = false |
Definition at line 65 of file ActionListTests.cpp.
View newest version in sPHENIX GitHub at line 65 of file ActionListTests.cpp
const Surface * Acts::Test::PropagatorState::targetSurface = nullptr |
Navigation cache: the target surface.
Definition at line 64 of file ActionListTests.cpp.
View newest version in sPHENIX GitHub at line 64 of file ActionListTests.cpp