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

Holds the generic propagator options. More...

#include <Acts/Propagator/PropagatorOptions.hpp>

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

Public Member Functions

 PropagatorPlainOptions (const GeometryContext &gctx, const MagneticFieldContext &mctx)
 PropagatorPlainOptions with context.

Public Attributes

std::reference_wrapper< const GeometryContextgeoContext
 The context object for the geometry.
std::reference_wrapper< const MagneticFieldContextmagFieldContext
 The context object for the magnetic field.
NavigatorPlainOptions navigation
 Navigator plain options.
StepperPlainOptions stepping
 Stepper plain options.

Detailed Description

Holds the generic propagator options.

Constructor & Destructor Documentation

◆ PropagatorPlainOptions()

Acts::PropagatorPlainOptions::PropagatorPlainOptions ( const GeometryContext & gctx,
const MagneticFieldContext & mctx )

PropagatorPlainOptions with context.

Parameters
gctxGeometry context for propagation
mctxMagnetic field context for propagation

Member Data Documentation

◆ geoContext

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

The context object for the geometry.

◆ magFieldContext

std::reference_wrapper<const MagneticFieldContext> Acts::PropagatorPlainOptions::magFieldContext

The context object for the magnetic field.

◆ navigation

NavigatorPlainOptions Acts::PropagatorPlainOptions::navigation

Navigator plain options.

◆ stepping

StepperPlainOptions Acts::PropagatorPlainOptions::stepping

Stepper plain options.