ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::NavigationArguments Struct Reference

Struct that serves as the argument to the navigation delegate. More...

#include <Acts/Navigation/NavigationDelegate.hpp>

Collaboration diagram for Acts::NavigationArguments:
[legend]

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.

Detailed Description

Struct that serves as the argument to the navigation delegate.

It is not supposed to be used as an lvalue.

Member Data Documentation

◆ direction

Vector3 Acts::NavigationArguments::direction {}

Direction vector for navigation propagation.

◆ position

Vector3 Acts::NavigationArguments::position {}

Current position in 3D space for navigation.

◆ tolerance

BoundaryTolerance Acts::NavigationArguments::tolerance = BoundaryTolerance::None()

Boundary tolerance for surface intersection calculations.