ATLAS Offline Software
TRT_TR_ProcessConfig.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2 
3 from AthenaConfiguration.ComponentFactory import CompFactory
4 from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
5 
6 def TRTPhysicsToolCfg(flags, name="TRTPhysicsTool", **kwargs):
7  result = ComponentAccumulator()
8  #Add any future configuration here
9  result.setPrivateTools(CompFactory.TRTPhysicsTool(name, **kwargs))
10  return result
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
TRT_TR_ProcessConfig.TRTPhysicsToolCfg
def TRTPhysicsToolCfg(flags, name="TRTPhysicsTool", **kwargs)
Definition: TRT_TR_ProcessConfig.py:6