From 47fb6e0f471bd8ec21ed10842ceb7230d1d3aa8e Mon Sep 17 00:00:00 2001 From: Tamas Vami Date: Mon, 28 Feb 2022 12:26:51 -0500 Subject: [PATCH] Add new L1T menu for Run-3 MC GTs --- Configuration/AlCa/python/autoCond.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Configuration/AlCa/python/autoCond.py b/Configuration/AlCa/python/autoCond.py index c996d0f1f8e1b..dbd9ca6314502 100644 --- a/Configuration/AlCa/python/autoCond.py +++ b/Configuration/AlCa/python/autoCond.py @@ -64,17 +64,17 @@ # GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in PEAK mode 'phase1_2018_cosmics_peak' : '123X_upgrade2018cosmics_realistic_peak_v1', # GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2021 - 'phase1_2021_design' : '123X_mcRun3_2021_design_v8', + 'phase1_2021_design' : '123X_mcRun3_2021_design_v9', # GlobalTag for MC production with realistic conditions for Phase1 2021 - 'phase1_2021_realistic' : '123X_mcRun3_2021_realistic_v8', + 'phase1_2021_realistic' : '123X_mcRun3_2021_realistic_v9', # GlobalTag for MC production (cosmics) with realistic conditions for Phase1 2021, Strip tracker in DECO mode - 'phase1_2021_cosmics' : '123X_mcRun3_2021cosmics_realistic_deco_v8', + 'phase1_2021_cosmics' : '123X_mcRun3_2021cosmics_realistic_deco_v9', # GlobalTag for MC production with realistic conditions for Phase1 2021 detector for Heavy Ion - 'phase1_2021_realistic_hi' : '123X_mcRun3_2021_realistic_HI_v8', + 'phase1_2021_realistic_hi' : '123X_mcRun3_2021_realistic_HI_v9', # GlobalTag for MC production with realistic conditions for Phase1 2023 - 'phase1_2023_realistic' : '123X_mcRun3_2023_realistic_v8', + 'phase1_2023_realistic' : '123X_mcRun3_2023_realistic_v9', # GlobalTag for MC production with realistic conditions for Phase1 2024 - 'phase1_2024_realistic' : '123X_mcRun3_2024_realistic_v8', + 'phase1_2024_realistic' : '123X_mcRun3_2024_realistic_v9', # GlobalTag for MC production with realistic conditions for Phase2 'phase2_realistic' : '123X_mcRun4_realistic_v6' }