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