ATLAS Offline Software
InDetUsedInFitTrackDecoratorToolConfig.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2 # Configuration of InDetUsedInFitTrackDecoratorTool package
3 
4 from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
5 from AthenaConfiguration.ComponentFactory import CompFactory
6 
8  flags, name="InDetUsedInFitTrackDecoratorTool", **kwargs):
9  """Configure the InDetUsedInFitTrackDecoratorTool"""
10  acc = ComponentAccumulator()
11  acc.setPrivateTools(
12  CompFactory.InDet.InDetUsedInFitTrackDecoratorTool(name, **kwargs))
13  return acc
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.InDetUsedInFitTrackDecoratorToolConfig.InDetUsedInFitTrackDecoratorToolCfg
def InDetUsedInFitTrackDecoratorToolCfg(flags, name="InDetUsedInFitTrackDecoratorTool", **kwargs)
Definition: InDetUsedInFitTrackDecoratorToolConfig.py:7