Skip to content
Snippets Groups Projects
Commit e67ef95a authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'verb.AtlasGeoModel-20191017' into 'master'

AtlasGeoModel: Remove useless message.

See merge request atlas/athena!27269
parents db27f8fa 18654102
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
from AthenaCommon.JobProperties import jobproperties
from AthenaCommon.DetFlags import DetFlags
......@@ -21,7 +21,7 @@ elif ( DetFlags.detdescr.Muon_on() ):
GeoModelSvc.DetectorTools[ "MuonDetectorTool" ].BuildFromNova = 0
if ( ( not DetFlags.simulate.any_on() or DetFlags.overlay.any_on() ) and "AthSimulation_DIR" not in os.environ ):
# GeoModelSvc.DetectorTools[ "MuonDetectorTool" ].TheMuonAlignmentTool = "MuonAlignmentDbTool/MGM_AlignmentDbTool"
print " MuonAlignmentDbTool is not supported anymore"
pass
else:
GeoModelSvc.DetectorTools[ "MuonDetectorTool" ].UseConditionDb = 0
GeoModelSvc.DetectorTools[ "MuonDetectorTool" ].UseAsciiConditionData = 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment