ATLAS Offline Software
HGTDServiceGeoModelConfig.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2 
4  from AtlasGeoModel.GeoModelConfig import GeoModelCfg
5  acc = GeoModelCfg(flags)
6  geoModelSvc = acc.getPrimary()
7 
8  from AthenaConfiguration.ComponentFactory import CompFactory
9  HGTDServiceTool = CompFactory.ITk.ServiceExtensionTool('HGTDservices')
10  HGTDServiceTool.GmxFilename = "HGTDservices.gmx"
11  HGTDServiceTool.ContainingDetector = "LArBarrel"
12  HGTDServiceTool.EnvelopeVolume = ""
13  HGTDServiceTool.DataBaseTable = "HGTDSERVICESXDD"
14  HGTDServiceTool.ServiceExtensionManagerName = "HGTDServices"
15  geoModelSvc.DetectorTools += [ HGTDServiceTool ]
16  return acc
HGTDServiceGeoModelConfig.HGTDServiceGeoModelCfg
def HGTDServiceGeoModelCfg(flags)
Definition: HGTDServiceGeoModelConfig.py:3
python.GeoModelConfig.GeoModelCfg
def GeoModelCfg(flags)
Definition: GeoModelConfig.py:16