ATLAS Offline Software
Loading...
Searching...
No Matches
InDetServMatGeoModelConfig.py
Go to the documentation of this file.
2# Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3#
4
5from AthenaConfiguration.ComponentFactory import CompFactory
6
8 from AtlasGeoModel.GeoModelConfig import GeoModelCfg
9 acc = GeoModelCfg(flags)
10 geoModelSvc = acc.getPrimary()
11 geoModelSvc.DetectorTools += [ CompFactory.InDetServMatTool() ]
12 return acc