3#include "Framework/Configure/Parameters.h"
5#include "Tracking/geo/CalibrationContext.h"
6#include "Tracking/geo/GeometryContext.h"
7#include "Tracking/geo/MagneticFieldContext.h"
8#include "Tracking/geo/TrackersTrackingGeometry.h"
10namespace tracking::reco {
21 const Acts::GeometryContext& geometry_context();
22 const Acts::MagneticFieldContext& magnetic_field_context();
23 const Acts::CalibrationContext& calibration_context();
36 template <
typename ConditionType>
38 return getCondition<ConditionType>(ConditionType::NAME);
Base classes for all user event processing components to extend.
Class which represents the process under execution.
Base class for a module which produces a data product.
a helper base class providing some methods to shorten access to common conditions used within the tra...
const ConditionType & getNamedCondition()
Templated condition access code for our conditions with static names.