ATLAS Offline Software
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 
10 namespace ActsTrk {
11 
12 template <typename traj_t>
14 
15 template <typename traj_t>
17 public:
19 
20  virtual void connect(OnTrackCalibrator<traj_t>& calibrator) const = 0;
21 };
22 
23 } // namespace ActsTrk
24 
25 #endif
ActsTrk::IOnBoundStateCalibratorTool
Definition: IOnBoundStateCalibratorTool.h:18
IOnBoundStateCalibratorTool.h
ActsTrk::IOnTrackCalibratorTool
Definition: IOnTrackCalibratorTool.h:16
ActsTrk::IOnTrackCalibratorTool::DeclareInterfaceID
DeclareInterfaceID(IOnTrackCalibratorTool, 1, 0)
ActsTrk::IOnTrackCalibratorTool::connect
virtual void connect(OnTrackCalibrator< traj_t > &calibrator) const =0
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MuonDetectorBuilderTool.cxx:34
ActsTrk::OnTrackCalibrator
Definition: IOnTrackCalibratorTool.h:13