ATLAS Offline Software
TrkAssociationToolsConfig.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2 # Configuration of TrkAssociationTools package
3 from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory import CompFactory
5 
6 def PRDtoTrackMapToolCfg(flags, name='PRDtoTrackMapTool', **kwargs) :
8  from MuonConfig.MuonGeometryConfig import MuonIdHelperSvcCfg
9  acc.merge(MuonIdHelperSvcCfg(flags))
10  acc.setPrivateTools(CompFactory.Trk.PRDtoTrackMapTool(name, **kwargs))
11  return acc
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.MuonGeometryConfig.MuonIdHelperSvcCfg
def MuonIdHelperSvcCfg(flags)
Definition: MuonGeometryConfig.py:15
python.TrkAssociationToolsConfig.PRDtoTrackMapToolCfg
def PRDtoTrackMapToolCfg(flags, name='PRDtoTrackMapTool', **kwargs)
Definition: TrkAssociationToolsConfig.py:6