ATLAS Offline Software
HGTD_CalibrationConfig.py
Go to the documentation of this file.
1 """Define calibration tools used on the digitization and reconstruction chains
2 
3 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
4 """
5 from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
6 from AthenaConfiguration.ComponentFactory import CompFactory
7 
8 def HGTD_TdcCalibrationToolCfg(flags, name="HGTD_TdcCalibrationTool", **kwargs):
10 
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))
17  return acc
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
HGTD_CalibrationConfig.HGTD_TdcCalibrationToolCfg
def HGTD_TdcCalibrationToolCfg(flags, name="HGTD_TdcCalibrationTool", **kwargs)
Definition: HGTD_CalibrationConfig.py:8