From 92400344704b2f4a29bd1b05ad99c1c01ea28dbe Mon Sep 17 00:00:00 2001 From: Saumya Phor Date: Thu, 29 Feb 2024 20:05:23 +0100 Subject: [PATCH] Update Run3 HLT GT to remove unused JEC tags --- 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 be03f0de2d536..88f6919d36ae8 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_v2 with snapshot at 2024-02-20 12:00:00 (UTC) - 'run3_hlt' : '140X_dataRun3_HLT_frozen_v2', + # GlobalTag for Run3 HLT: identical to the online GT - 140X_dataRun3_HLT_v3 with snapshot at 2024-02-29 18:52:29 (UTC) + 'run3_hlt' : '140X_dataRun3_HLT_frozen_v3', # 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)