ATLAS Offline Software
Tracking
Acts
ActsToolInterfaces
ActsToolInterfaces
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
8
#include "
IOnBoundStateCalibratorTool.h
"
9
10
namespace
ActsTrk
{
11
12
namespace
detail
{
13
template
<
typename
traj_t>
14
class
OnTrackCalibrator
;
15
}
16
17
template
<
typename
traj_t>
18
class
IOnTrackCalibratorTool
:
virtual
public
IOnBoundStateCalibratorTool
{
19
public
:
20
DeclareInterfaceID
(
IOnTrackCalibratorTool
, 1, 0);
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
Generated on Fri Jan 10 2025 21:11:40 for ATLAS Offline Software by
1.8.18