|
ACTS
Experiment-independent tracking
|
Holds the generic propagator options. More...
#include <Acts/Propagator/PropagatorOptions.hpp>
Public Member Functions | |
| PropagatorPlainOptions (const GeometryContext &gctx, const MagneticFieldContext &mctx) | |
| PropagatorPlainOptions with context. | |
Public Attributes | |
| std::reference_wrapper< const GeometryContext > | geoContext |
| The context object for the geometry. | |
| std::reference_wrapper< const MagneticFieldContext > | magFieldContext |
| The context object for the magnetic field. | |
| NavigatorPlainOptions | navigation |
| Navigator plain options. | |
| StepperPlainOptions | stepping |
| Stepper plain options. | |
Holds the generic propagator options.
| Acts::PropagatorPlainOptions::PropagatorPlainOptions | ( | const GeometryContext & | gctx, |
| const MagneticFieldContext & | mctx ) |
PropagatorPlainOptions with context.
| gctx | Geometry context for propagation |
| mctx | Magnetic field context for propagation |
| std::reference_wrapper<const GeometryContext> Acts::PropagatorPlainOptions::geoContext |
The context object for the geometry.
| std::reference_wrapper<const MagneticFieldContext> Acts::PropagatorPlainOptions::magFieldContext |
The context object for the magnetic field.
| NavigatorPlainOptions Acts::PropagatorPlainOptions::navigation |
Navigator plain options.
| StepperPlainOptions Acts::PropagatorPlainOptions::stepping |
Stepper plain options.