1#include "Tracking/Reco/TrackingGeometryUser.h"
3namespace tracking::reco {
5TrackingGeometryUser::TrackingGeometryUser(
const std::string& name,
9const Acts::GeometryContext& TrackingGeometryUser::geometry_context() {
10 return getNamedCondition<geo::GeometryContext>().get();
12const Acts::MagneticFieldContext&
13TrackingGeometryUser::magnetic_field_context() {
14 return getNamedCondition<geo::MagneticFieldContext>().get();
16const Acts::CalibrationContext& TrackingGeometryUser::calibration_context() {
17 return getNamedCondition<geo::CalibrationContext>().get();
19const geo::TrackersTrackingGeometry& TrackingGeometryUser::geometry() {
20 return getNamedCondition<geo::TrackersTrackingGeometry>();
Class which represents the process under execution.
All classes in the ldmx-sw project use this namespace.