ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
This is a struct to mimic the stepper. More...
Public Member Functions | |
Vector3D | getField (SteppingState &, const Vector3D &) const |
Vector3D | position (const SteppingState &state) const |
Access method - position. | |
Vector3D | direction (const SteppingState &state) const |
Access method - direction. | |
double | momentum (const SteppingState &state) const |
Access method - momentum. | |
Public Attributes | |
Vector3D | field = Vector3D(0., 0., 2_T) |
This is a struct to mimic the stepper.
mockup of stepping state
This is a simple struct to mimic the stepper.
Definition at line 96 of file AbortListTests.cpp.
View newest version in sPHENIX GitHub at line 96 of file AbortListTests.cpp
|
inline |
Access method - direction.
Definition at line 71 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 71 of file LoopProtectionTests.cpp
References Acts::Test::SteppingState::dir.
|
inline |
Get the field for the stepping, it checks first if the access is still within the Cell, and updates the cell if necessary.
[in,out] | state | is the propagation state associated with the track the magnetic field cell is used (and potentially updated) |
[in] | pos | is the field position |
Definition at line 61 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 61 of file LoopProtectionTests.cpp
|
inline |
Access method - momentum.
Definition at line 74 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 74 of file LoopProtectionTests.cpp
References Acts::Test::SteppingState::p.
|
inline |
Access method - position.
Definition at line 68 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 68 of file LoopProtectionTests.cpp
References Acts::Test::SteppingState::pos.
Definition at line 52 of file LoopProtectionTests.cpp.
View newest version in sPHENIX GitHub at line 52 of file LoopProtectionTests.cpp