ATLAS Offline Software
Loading...
Searching...
No Matches
IOnTrackCalibratorTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ACTSTOOLINTERFACES_IONTRACKCALIBRATORTOOL_H
6#define ACTSTOOLINTERFACES_IONTRACKCALIBRATORTOOL_H
7
9
10namespace ActsTrk {
11
12 namespace detail {
13 template <typename traj_t>
15 }
16
17 template <typename traj_t>
19 public:
21
22 virtual void connect(detail::OnTrackCalibrator<traj_t>& calibrator) const = 0;
23 };
24
25} // namespace ActsTrk
26
27#endif
virtual void connect(detail::OnTrackCalibrator< traj_t > &calibrator) const =0
DeclareInterfaceID(IOnTrackCalibratorTool, 1, 0)
Inner detector / ITk calibrator implementation used in the KalmanFilterTool.
Athena definition of the Eigen plugin.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...