![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Simplified propagator state. More...
Collaboration diagram for Acts::Test::PropState< stepper_state_t >:Public Member Functions | |
| PropState (stepper_state_t sState) | |
| Constructor. | |
| PropState (StraightLineStepper::State sState) | |
| Constructor. | |
Public Attributes | |
| stepper_state_t | stepping |
| State of the eigen stepper. | |
| struct { | |
| double mass = 42. | |
| double tolerance = 1e-4 | |
| double stepSizeCutOff = 0. | |
| unsigned int maxRungeKuttaStepTrials = 10000 | |
| } | options |
| StraightLineStepper::State | stepping |
| State of the straight line stepper. | |
| struct { | |
| double mass = 42. | |
| } | options |
Simplified propagator state.
Definition at line 56 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 56 of file StepperTests.cpp
|
inline |
Constructor.
Definition at line 58 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 58 of file StepperTests.cpp
|
inline |
Constructor.
Definition at line 32 of file StraightLineStepperTests.cpp.
View newest version in sPHENIX GitHub at line 32 of file StraightLineStepperTests.cpp
| double Acts::Test::PropState< stepper_state_t >::mass = 42. |
Definition at line 63 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 63 of file StepperTests.cpp
| unsigned int Acts::Test::PropState< stepper_state_t >::maxRungeKuttaStepTrials = 10000 |
Definition at line 66 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 66 of file StepperTests.cpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE().
| struct { ... } Acts::Test::PropState< stepper_state_t >::options |
| struct { ... } Acts::Test::PropState< stepper_state_t >::options |
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE().
| StraightLineStepper::State Acts::Test::PropState< stepper_state_t >::stepping |
State of the straight line stepper.
Definition at line 34 of file StraightLineStepperTests.cpp.
View newest version in sPHENIX GitHub at line 34 of file StraightLineStepperTests.cpp
| stepper_state_t Acts::Test::PropState< stepper_state_t >::stepping |
State of the eigen stepper.
Definition at line 60 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 60 of file StepperTests.cpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE().
| double Acts::Test::PropState< stepper_state_t >::stepSizeCutOff = 0. |
Definition at line 65 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 65 of file StepperTests.cpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE().
| double Acts::Test::PropState< stepper_state_t >::tolerance = 1e-4 |
Definition at line 64 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 64 of file StepperTests.cpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE().