|
ACTS
Experiment-independent tracking
|
Struct that serves as the argument to the navigation delegate. More...
#include <Acts/Navigation/NavigationDelegate.hpp>
Public Attributes | |
| Vector3 | direction {} |
| Direction vector for navigation propagation. | |
| Vector3 | position {} |
| Current position in 3D space for navigation. | |
| BoundaryTolerance | tolerance = BoundaryTolerance::None() |
| Boundary tolerance for surface intersection calculations. | |
Struct that serves as the argument to the navigation delegate.
It is not supposed to be used as an lvalue.
| Vector3 Acts::NavigationArguments::direction {} |
Direction vector for navigation propagation.
| Vector3 Acts::NavigationArguments::position {} |
Current position in 3D space for navigation.
| BoundaryTolerance Acts::NavigationArguments::tolerance = BoundaryTolerance::None() |
Boundary tolerance for surface intersection calculations.