ATLAS Offline Software
Loading...
Searching...
No Matches
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
4from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
5from 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
InDetUsedInFitTrackDecoratorToolCfg(flags, name="InDetUsedInFitTrackDecoratorTool", **kwargs)