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

#include <Acts/Propagator/NavigatorOptions.hpp>

Inheritance diagram for Acts::NavigatorPlainOptions:
[legend]
Collaboration diagram for Acts::NavigatorPlainOptions:
[legend]

Public Member Functions

 NavigatorPlainOptions (const GeometryContext &gctx)
 NavigatorPlainOptions with context.

Public Attributes

std::reference_wrapper< const GeometryContextgeoContext
 Context object for the geometry.
const SurfacestartSurface {}
const SurfacetargetSurface {}

Constructor & Destructor Documentation

◆ NavigatorPlainOptions()

Acts::NavigatorPlainOptions::NavigatorPlainOptions ( const GeometryContext & gctx)
explicit

NavigatorPlainOptions with context.

Member Data Documentation

◆ geoContext

std::reference_wrapper<const GeometryContext> Acts::NavigatorPlainOptions::geoContext

Context object for the geometry.

◆ startSurface

const Surface* Acts::NavigatorPlainOptions::startSurface {}

◆ targetSurface

const Surface* Acts::NavigatorPlainOptions::targetSurface {}