ATLAS Offline Software
Loading...
Searching...
No Matches
ITkNNClusterCalibratorTool.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 ACTSTRACKRECONSTRUCTION_NNCLUSTERCALIBRATORTOOL_H
6#define ACTSTRACKRECONSTRUCTION_NNCLUSTERCALIBRATORTOOL_H
7
10
11namespace ActsTrk {
12 /***
13 * @brief Tool that allows to calibrate pixel clusters using NN
14 *
15 * The implementation is actually in: @see NNClusterCalibratorToolImpl
16 */
18 public detail::NNClusterCalibratorToolImpl<ITk::PixelOfflineCalibData, detail::RecoTrackStateContainer> {
19 public:
22
23 using detail::NNClusterCalibratorToolImpl<calib_data_t, traj_t>::NNClusterCalibratorToolImpl;
24 };
25
26} // namespace ActsTrk
27
28
29#endif
The ITk::PixelOfflineCalibData is a class that designed to hold the data used by ITk pixel offline al...
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...