ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Simplified propagator state. More...
Public Member Functions | |
PropState (AtlasStepper< ConstantBField >::State sState) | |
Constructor. | |
PropState (EigenStepper< ConstantBField >::State sState) | |
Constructor. | |
PropState (StraightLineStepper::State sState) | |
Constructor. | |
Public Attributes | |
AtlasStepper< ConstantBField > ::State | stepping |
State of the Atlas stepper. | |
struct { | |
double mass = 42. | |
double tolerance = 1e-4 | |
} | options |
EigenStepper< ConstantBField > ::State | 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 25 of file AtlasStepperTests.cpp.
View newest version in sPHENIX GitHub at line 25 of file AtlasStepperTests.cpp
|
inline |
Constructor.
Definition at line 27 of file AtlasStepperTests.cpp.
View newest version in sPHENIX GitHub at line 27 of file AtlasStepperTests.cpp
|
inline |
Constructor.
Definition at line 51 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 51 of file StepperTests.cpp
|
inline |
Constructor.
Definition at line 27 of file StraightLineStepperTests.cpp.
View newest version in sPHENIX GitHub at line 27 of file StraightLineStepperTests.cpp
double Acts::Test::PropState::mass = 42. |
Definition at line 32 of file AtlasStepperTests.cpp.
View newest version in sPHENIX GitHub at line 32 of file AtlasStepperTests.cpp
unsigned int Acts::Test::PropState::maxRungeKuttaStepTrials = 10000 |
Definition at line 59 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 59 of file StepperTests.cpp
struct { ... } Acts::Test::PropState::options |
struct { ... } Acts::Test::PropState::options |
struct { ... } Acts::Test::PropState::options |
AtlasStepper<ConstantBField>::State Acts::Test::PropState::stepping |
State of the Atlas stepper.
Definition at line 29 of file AtlasStepperTests.cpp.
View newest version in sPHENIX GitHub at line 29 of file AtlasStepperTests.cpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE().
StraightLineStepper::State Acts::Test::PropState::stepping |
State of the straight line stepper.
Definition at line 29 of file StraightLineStepperTests.cpp.
View newest version in sPHENIX GitHub at line 29 of file StraightLineStepperTests.cpp
EigenStepper<ConstantBField>::State Acts::Test::PropState::stepping |
State of the eigen stepper.
Definition at line 53 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 53 of file StepperTests.cpp
double Acts::Test::PropState::stepSizeCutOff = 0. |
Definition at line 58 of file StepperTests.cpp.
View newest version in sPHENIX GitHub at line 58 of file StepperTests.cpp
double Acts::Test::PropState::tolerance = 1e-4 |
Definition at line 33 of file AtlasStepperTests.cpp.
View newest version in sPHENIX GitHub at line 33 of file AtlasStepperTests.cpp