From 1865410252a46c7c9cfb0ec9c414217e8bbdffe0 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Thu, 17 Oct 2019 01:30:07 +0200 Subject: [PATCH] AtlasGeoModel: Remove useless message. Remove useless recently-added muon geometry message. --- DetectorDescription/GeoModel/AtlasGeoModel/python/MuonGM.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DetectorDescription/GeoModel/AtlasGeoModel/python/MuonGM.py b/DetectorDescription/GeoModel/AtlasGeoModel/python/MuonGM.py index 0c3fcea944b..4304efec894 100755 --- a/DetectorDescription/GeoModel/AtlasGeoModel/python/MuonGM.py +++ b/DetectorDescription/GeoModel/AtlasGeoModel/python/MuonGM.py @@ -1,4 +1,4 @@ -# 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 -- GitLab