ATLAS Offline Software
Tracking
TrkConfig
python
TrkVertexAnalysisUtilsConfig.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2
# Configuration of TrkVertexAnalysisUtils package
3
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
4
from
AthenaConfiguration.ComponentFactory
import
CompFactory
5
6
def
V0ToolsCfg
(flags, name="V0Tools", **kwargs):
7
acc =
ComponentAccumulator
()
8
acc.setPrivateTools(CompFactory.Trk.V0Tools(name, **kwargs))
9
return
acc
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition:
JetAnalysisCommon.py:302
python.TrkVertexAnalysisUtilsConfig.V0ToolsCfg
def V0ToolsCfg(flags, name="V0Tools", **kwargs)
Definition:
TrkVertexAnalysisUtilsConfig.py:6
Generated on Sun Dec 22 2024 21:21:30 for ATLAS Offline Software by
1.8.18