ATLAS Offline Software
Loading...
Searching...
No Matches
InnerDetector
InDetConfig
python
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
7
def
InDetUsedInFitTrackDecoratorToolCfg
(
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.InDetUsedInFitTrackDecoratorToolConfig.InDetUsedInFitTrackDecoratorToolCfg
InDetUsedInFitTrackDecoratorToolCfg(flags, name="InDetUsedInFitTrackDecoratorTool", **kwargs)
Definition
InDetUsedInFitTrackDecoratorToolConfig.py:8
Generated on
for ATLAS Offline Software by
1.14.0