4#ifndef ACTSTOOLINTERFACES_IONBOUNDSTATECALIBRATORTOOL_H
5#define ACTSTOOLINTERFACES_IONBOUNDSTATECALIBRATORTOOL_H
7#include <GaudiKernel/IAlgTool.h>
9#include "Acts/Geometry/GeometryContext.hpp"
10#include "Acts/Utilities/CalibrationContext.hpp"
11#include "Acts/Utilities/Delegate.hpp"
12#include "Acts/EventData/TrackParameters.hpp"
28 std::pair<PixelPos, PixelCov>(
const Acts::GeometryContext&,
29 const Acts::CalibrationContext&,
31 const Acts::BoundTrackParameters &)>;
36 std::pair<StripPos, StripCov>(
const Acts::GeometryContext&,
37 const Acts::CalibrationContext&,
39 const Acts::BoundTrackParameters &)>;
44 std::pair<HgtdPos, HgtdCov>(
const Acts::GeometryContext&,
45 const Acts::CalibrationContext&,
47 const Acts::BoundTrackParameters &)>;
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
StripCluster_v1 StripCluster
Define the version of the strip cluster class.
Eigen::Matrix< float, N, N > MeasMatrix
Eigen::Matrix< float, N, 1 > MeasVector
Abrivation of the Matrix & Covariance definitions.
PixelCluster_v1 PixelCluster
Define the version of the pixel cluster class.
HGTDCluster_v1 HGTDCluster
Define the version of the pixel cluster class.