ATLAS Offline Software
Loading...
Searching...
No Matches
IStripOnTrackCalibratorTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ACTSTOOLINTERFACES_ISTRIPONTRACKCALIBRATORTOOL_H
6#define ACTSTOOLINTERFACES_ISTRIPONTRACKCALIBRATORTOOL_H
7
10
11namespace ActsTrk {
12 template<typename traj_t>
14
15 template<typename traj_t>
16 class IStripOnTrackCalibratorTool : virtual public IOnTrackCalibratorTool<xAOD::StripCluster,1,traj_t> {
17 public:
19 };
20} // namespace ActsTrk
21
22#endif
DeclareInterfaceID(IStripOnTrackCalibratorTool, 1, 0)
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
OnTrackCalibratorBase< xAOD::StripCluster, 1, traj_t > StripOnTrackCalibratorBase