ATLAS Offline Software
Loading...
Searching...
No Matches
BeamPipeGMConfig.py
Go to the documentation of this file.
1# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
2from AtlasGeoModel.GeoModelConfig import GeoModelCfg
3from AthenaConfiguration.ComponentFactory import CompFactory
4
6 result=GeoModelCfg(flags)
7 BeamPipeDetectorTool=CompFactory.BeamPipeDetectorTool
8 result.getPrimary().DetectorTools += [ BeamPipeDetectorTool() ]
9 return result