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  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
ActsTrk::IOnBoundStateCalibratorTool
Definition: IOnBoundStateCalibratorTool.h:20
detail
Definition: extract_histogram_tag.cxx:14
IOnBoundStateCalibratorTool.h
ActsTrk::IOnTrackCalibratorTool
Definition: IOnTrackCalibratorTool.h:18
ActsTrk::IOnTrackCalibratorTool::DeclareInterfaceID
DeclareInterfaceID(IOnTrackCalibratorTool, 1, 0)
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MuonDetectorBuilderTool.cxx:54
ActsTrk::IOnTrackCalibratorTool::connect
virtual void connect(detail::OnTrackCalibrator< traj_t > &calibrator) const =0
ActsTrk::detail::OnTrackCalibrator
Definition: IOnTrackCalibratorTool.h:14