ATLAS Offline Software
Loading...
Searching...
No Matches
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
3from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
4from AthenaConfiguration.ComponentFactory import CompFactory
5
6def V0ToolsCfg(flags, name="V0Tools", **kwargs):
7 acc = ComponentAccumulator()
8 acc.setPrivateTools(CompFactory.Trk.V0Tools(name, **kwargs))
9 return acc
V0ToolsCfg(flags, name="V0Tools", **kwargs)