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