1 """Define methods to construct configured TRT_PAI_Process tools
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
10 acc.setPrivateTools(CompFactory.TRT_PAI_Process(name, **kwargs))
15 """Return a Xenon-configured TRT_PAI_Process"""
16 kwargs.setdefault(
"GasType",
"Xenon")
21 """Return an Argon-configured TRT_PAI_Process"""
22 kwargs.setdefault(
"GasType",
"Argon")
27 """Return a Krypton-configured TRT_PAI_Process"""
28 kwargs.setdefault(
"GasType",
"Krypton")