ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Attributes | |
Vector3D | pos = Vector3D(0., 0., 0.) |
Position. | |
Vector3D | dir = Vector3D(1., 0., 0.) |
Direction. | |
double | p |
Momentum. | |
double | q |
Charge. | |
double | t |
Time. | |
NavigationDirection | navDir = forward |
the navigation direction | |
double | pathAccumulated = 0. |
ConstrainedStep | stepSize = ConstrainedStep(100_cm) |
double | previousStepSize = 0. |
double | tolerance = s_onSurfaceTolerance |
The tolerance for the stepping. | |
GeometryContext | geoContext = GeometryContext() |
This is a simple cache struct to mimic the Stepper cache in the propagation
Definition at line 58 of file NavigatorTests.cpp.
View newest version in sPHENIX GitHub at line 58 of file NavigatorTests.cpp
Direction.
Definition at line 63 of file NavigatorTests.cpp.
View newest version in sPHENIX GitHub at line 63 of file NavigatorTests.cpp
Referenced by Acts::Test::PropagatorState::Stepper::boundState(), Acts::Test::PropagatorState::Stepper::curvilinearState(), and Acts::Test::PropagatorState::Stepper::direction().
GeometryContext Acts::Test::PropagatorState::Stepper::State::geoContext = GeometryContext() |
Definition at line 89 of file NavigatorTests.cpp.
View newest version in sPHENIX GitHub at line 89 of file NavigatorTests.cpp
NavigationDirection Acts::Test::PropagatorState::Stepper::State::navDir = forward |
the navigation direction
Definition at line 75 of file NavigatorTests.cpp.
View newest version in sPHENIX GitHub at line 75 of file NavigatorTests.cpp
double Acts::Test::PropagatorState::Stepper::State::p |
Momentum.
Definition at line 66 of file NavigatorTests.cpp.
View newest version in sPHENIX GitHub at line 66 of file NavigatorTests.cpp
Referenced by Acts::Test::PropagatorState::Stepper::boundState(), Acts::Test::PropagatorState::Stepper::curvilinearState(), and Acts::Test::PropagatorState::Stepper::momentum().
double Acts::Test::PropagatorState::Stepper::State::pathAccumulated = 0. |
Definition at line 78 of file NavigatorTests.cpp.
View newest version in sPHENIX GitHub at line 78 of file NavigatorTests.cpp
Referenced by Acts::Test::PropagatorState::Stepper::boundState(), and Acts::Test::PropagatorState::Stepper::curvilinearState().
Position.
Definition at line 60 of file NavigatorTests.cpp.
View newest version in sPHENIX GitHub at line 60 of file NavigatorTests.cpp
Referenced by Acts::Test::PropagatorState::Stepper::boundState(), Acts::Test::PropagatorState::Stepper::curvilinearState(), and Acts::Test::PropagatorState::Stepper::position().
double Acts::Test::PropagatorState::Stepper::State::previousStepSize = 0. |
Definition at line 84 of file NavigatorTests.cpp.
View newest version in sPHENIX GitHub at line 84 of file NavigatorTests.cpp
Referenced by Acts::Test::PropagatorState::Stepper::setStepSize().
double Acts::Test::PropagatorState::Stepper::State::q |
Charge.
Definition at line 69 of file NavigatorTests.cpp.
View newest version in sPHENIX GitHub at line 69 of file NavigatorTests.cpp
Referenced by Acts::Test::PropagatorState::Stepper::boundState(), Acts::Test::PropagatorState::Stepper::charge(), and Acts::Test::PropagatorState::Stepper::curvilinearState().
ConstrainedStep Acts::Test::PropagatorState::Stepper::State::stepSize = ConstrainedStep(100_cm) |
Definition at line 81 of file NavigatorTests.cpp.
View newest version in sPHENIX GitHub at line 81 of file NavigatorTests.cpp
Referenced by Acts::Test::PropagatorState::Stepper::outputStepSize(), Acts::Test::PropagatorState::Stepper::releaseStepSize(), and Acts::Test::PropagatorState::Stepper::setStepSize().
double Acts::Test::PropagatorState::Stepper::State::t |
Time.
Definition at line 72 of file NavigatorTests.cpp.
View newest version in sPHENIX GitHub at line 72 of file NavigatorTests.cpp
Referenced by Acts::Test::PropagatorState::Stepper::boundState(), Acts::Test::PropagatorState::Stepper::curvilinearState(), and Acts::Test::PropagatorState::Stepper::time().
double Acts::Test::PropagatorState::Stepper::State::tolerance = s_onSurfaceTolerance |
The tolerance for the stepping.
Definition at line 87 of file NavigatorTests.cpp.
View newest version in sPHENIX GitHub at line 87 of file NavigatorTests.cpp