From 4a745df93de810972f95fe8206e12c3555bf2240 Mon Sep 17 00:00:00 2001
From: Vakho Tsulaia <vakhtang.tsulaia@cern.ch>
Date: Fri, 8 Mar 2024 02:03:31 +0100
Subject: [PATCH] Two fixes for the daily sweep from 24.0 into main:

1. MuonGeometryConfig.py. One import was removed in 24.0. Brought it back
because it is needed in the main branch
2. References.py. Bumped the version tag of the recently introduced derivation
test to v2
---
 MuonSpectrometer/MuonConfig/python/MuonGeometryConfig.py | 3 ++-
 Tools/WorkflowTestRunner/python/References.py            | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/MuonSpectrometer/MuonConfig/python/MuonGeometryConfig.py b/MuonSpectrometer/MuonConfig/python/MuonGeometryConfig.py
index c500e303669f..6202cee2ea6e 100644
--- a/MuonSpectrometer/MuonConfig/python/MuonGeometryConfig.py
+++ b/MuonSpectrometer/MuonConfig/python/MuonGeometryConfig.py
@@ -1,8 +1,9 @@
-# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
+# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
 
 from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
 from AthenaConfiguration.ComponentFactory import CompFactory
 from AthenaConfiguration.AccumulatorCache import AccumulatorCache
+from AthenaConfiguration.Enums import ProductionStep
 from AtlasGeoModel.GeoModelConfig import GeoModelCfg
 from AthenaConfiguration.Enums import LHCPeriod
 
diff --git a/Tools/WorkflowTestRunner/python/References.py b/Tools/WorkflowTestRunner/python/References.py
index e30ccf69c5b0..3d3ac84612f9 100644
--- a/Tools/WorkflowTestRunner/python/References.py
+++ b/Tools/WorkflowTestRunner/python/References.py
@@ -32,5 +32,5 @@ references_map = {
     "data_PHYS_Run3": "v16",
     "mc_PHYS_Run2": "v21",
     "mc_PHYS_Run3": "v21",
-    "af3_PHYS_Run3": "v1",
+    "af3_PHYS_Run3": "v2",
 }
-- 
GitLab