From b3f24af053e4d890c8df03e4f64437e89ac21806 Mon Sep 17 00:00:00 2001 From: Saumya Phor Date: Tue, 20 Feb 2024 17:38:43 +0100 Subject: [PATCH] Update Run3 HLT GT with PPS conditions for 2024 data-taking --- Configuration/AlCa/python/autoCond.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration/AlCa/python/autoCond.py b/Configuration/AlCa/python/autoCond.py index 038f335984527..d856f5bed4dcd 100644 --- a/Configuration/AlCa/python/autoCond.py +++ b/Configuration/AlCa/python/autoCond.py @@ -31,8 +31,8 @@ 'run2_data_promptlike_hi' : '140X_dataRun2_PromptLike_HI_v1', # GlobalTag with fixed snapshot time for Run2 HLT RelVals: customizations to run with fixed L1 Menu 'run2_hlt_relval' : '140X_dataRun2_HLT_relval_v1', - # GlobalTag for Run3 HLT: identical to the online GT - 140X_dataRun3_HLT_v1 but with snapshot at 2024-01-20 12:00:00 (UTC) - 'run3_hlt' : '140X_dataRun3_HLT_frozen_v1', + # GlobalTag for Run3 HLT: identical to the online GT - 140X_dataRun3_HLT_v2 with snapshot at 2024-02-20 12:00:00 (UTC) + 'run3_hlt' : '140X_dataRun3_HLT_frozen_v2', # GlobalTag for Run3 data relvals (express GT) - 140X_dataRun3_Express_v1 but snapshot at 2024-01-20 12:00:00 (UTC) 'run3_data_express' : '140X_dataRun3_Express_frozen_v1', # GlobalTag for Run3 data relvals (prompt GT) - 140X_dataRun3_Prompt_v1 but snapshot at 2024-01-20 12:00:00 (UTC)