ATLAS Offline Software
Loading...
Searching...
No Matches
ZdcGeoModelConfig.py
Go to the documentation of this file.
1# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2from AthenaConfiguration.ComponentFactory import CompFactory
3
4def ZDC_DetToolCfg(flags):
5 from AtlasGeoModel.GeoModelConfig import GeoModelCfg
6 result = GeoModelCfg(flags)
7 result.getPrimary().DetectorTools += [ CompFactory.ZDC_DetTool() ]
8 return result