From 0602b91a5b490245e5a8c596f05c571775f0b44e Mon Sep 17 00:00:00 2001 From: Dave Casper <dcasper@uci.edu> Date: Fri, 4 Nov 2022 09:45:25 -0700 Subject: [PATCH] Fix breaking change to GeoModel conditions initialization --- .../GeoModel/FaserGeoModel/python/GeoModelInit.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DetectorDescription/GeoModel/FaserGeoModel/python/GeoModelInit.py b/DetectorDescription/GeoModel/FaserGeoModel/python/GeoModelInit.py index fbee2144d..4823fcde4 100644 --- a/DetectorDescription/GeoModel/FaserGeoModel/python/GeoModelInit.py +++ b/DetectorDescription/GeoModel/FaserGeoModel/python/GeoModelInit.py @@ -95,9 +95,9 @@ def _setupGeoModel(): # Deal with SCT alignment conditions folders and algorithms - #conddb.addFolderSplitOnline("SCT","/Tracker/Onl/Align","/Tracker/Align",className="AlignableTransformContainer") - print("Override Alignment dbname to OFLP200, fix this when alignment available in CONDBR3") - conddb.addFolder("/Tracker/Align", "SCT_OFL",className="AlignableTransformContainer") + conddb.addFolderSplitOnline("SCT","/Tracker/Onl/Align","/Tracker/Align",className="AlignableTransformContainer") + # print("Override Alignment dbname to OFLP200, fix this when alignment available in CONDBR3") + # conddb.addFolder("/Tracker/Align", "SCT_OFL",className="AlignableTransformContainer") from AthenaCommon.AlgSequence import AthSequencer condSeq = AthSequencer("AthCondSeq") if not hasattr(condSeq, "FaserSCT_AlignCondAlg"): -- GitLab