ATLAS Offline Software
Functions
ITkServiceExtensionGeoModelConfig Namespace Reference

Functions

def ITkServiceExtensionGeoModelCfg (flags)
 

Function Documentation

◆ ITkServiceExtensionGeoModelCfg()

def ITkServiceExtensionGeoModelConfig.ITkServiceExtensionGeoModelCfg (   flags)

Definition at line 3 of file ITkServiceExtensionGeoModelConfig.py.

4  from AtlasGeoModel.GeoModelConfig import GeoModelCfg
5  acc = GeoModelCfg(flags)
6  geoModelSvc = acc.getPrimary()
7 
8  from AthenaConfiguration.ComponentFactory import CompFactory
9  ITkServiceExtensionTool = CompFactory.ITk.ServiceExtensionTool('ITkservices')
10  ITkServiceExtensionTool.GmxFilename = "ITKLayouts/Common/Type2Services.gmx"
11  ITkServiceExtensionTool.ContainingDetector = "LArBarrel"
12  ITkServiceExtensionTool.EnvelopeVolume = "LAr::Barrel::Cryostat::ITkServices"
13  geoModelSvc.DetectorTools += [ ITkServiceExtensionTool ]
14  return acc
ITkServiceExtensionGeoModelConfig.ITkServiceExtensionGeoModelCfg
def ITkServiceExtensionGeoModelCfg(flags)
Definition: ITkServiceExtensionGeoModelConfig.py:3
python.GeoModelConfig.GeoModelCfg
def GeoModelCfg(flags)
Definition: GeoModelConfig.py:16