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 !27269
parents db27f8fa 18654102
No related branches found
No related tags found
7 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!27269AtlasGeoModel: Remove useless message.
# 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.JobProperties import jobproperties
from AthenaCommon.DetFlags import DetFlags from AthenaCommon.DetFlags import DetFlags
...@@ -21,7 +21,7 @@ elif ( DetFlags.detdescr.Muon_on() ): ...@@ -21,7 +21,7 @@ elif ( DetFlags.detdescr.Muon_on() ):
GeoModelSvc.DetectorTools[ "MuonDetectorTool" ].BuildFromNova = 0 GeoModelSvc.DetectorTools[ "MuonDetectorTool" ].BuildFromNova = 0
if ( ( not DetFlags.simulate.any_on() or DetFlags.overlay.any_on() ) and "AthSimulation_DIR" not in os.environ ): 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" # GeoModelSvc.DetectorTools[ "MuonDetectorTool" ].TheMuonAlignmentTool = "MuonAlignmentDbTool/MGM_AlignmentDbTool"
print " MuonAlignmentDbTool is not supported anymore" pass
else: else:
GeoModelSvc.DetectorTools[ "MuonDetectorTool" ].UseConditionDb = 0 GeoModelSvc.DetectorTools[ "MuonDetectorTool" ].UseConditionDb = 0
GeoModelSvc.DetectorTools[ "MuonDetectorTool" ].UseAsciiConditionData = 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