1 """Define calibration tools used on the digitization and reconstruction chains
3 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
5 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
6 from AthenaConfiguration.ComponentFactory
import CompFactory
11 kwargs.setdefault(
"PS_ActiveRange", 2.5)
12 kwargs.setdefault(
"LHC_RiseEdge", 12.5)
13 kwargs.setdefault(
"PS_LargeStep", 1.562)
14 kwargs.setdefault(
"PS_SmallStep", 0.097)
15 kwargs.setdefault(
"TOABinSize", 0.02)
16 acc.setPrivateTools(CompFactory.HGTD_TdcCalibrationTool(name, **kwargs))