Nested Options struct.
More...
#include <Acts/Propagator/VoidNavigator.hpp>
|
| using | FreeSurfaceSelctor_t |
| | Delegate to decide whether free surfaces are appended to the navigation stream given the current volume and the track coordinates.
|
|
double | farLimit = std::numeric_limits<double>::max() |
| | The far limit to resolve surfaces.
|
|
FreeSurfaceSelctor_t | freeSurfaceSelector {} |
| | Delegate for selecting free surfaces during navigation.
|
|
std::reference_wrapper< const GeometryContext > | geoContext |
| | Context object for the geometry.
|
|
double | nearLimit = s_onSurfaceTolerance |
| | The near limit to resolve surfaces.
|
|
const Surface * | startSurface {} |
| | Start surface for navigation.
|
|
double | surfaceTolerance = s_onSurfaceTolerance |
| | The surface tolerance.
|
|
const Surface * | targetSurface {} |
| | Target surface for navigation.
|
◆ Options()
Constructor for void navigator options.
- Parameters
-
| gctx | Geometry context (required but unused by void navigator) |
◆ setPlainOptions()
Sets the plain navigator options.
- Parameters
-
| options | The plain navigator options to copy (unused by void navigator) |