1 """Define methods to construct configured TRT_PAI_Process tools
3 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
6 from AthenaConfiguration.ComponentFactory
import CompFactory
7 TRT_PAI_Process=CompFactory.TRT_PAI_Process
10 """Return a Xenon-configured TRT_PAI_Process"""
11 kwargs.setdefault(
"GasType",
"Xenon")
15 """Return an Argon-configured TRT_PAI_Process"""
16 kwargs.setdefault(
"GasType",
"Argon")
20 """Return a Krypton-configured TRT_PAI_Process"""
21 kwargs.setdefault(
"GasType",
"Krypton")