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