Skip to content

Commit 73dd787

Browse files
authored
Merge pull request #47871 from perrotta/fixAlCaRecoTriggerBitsSecondaryDatasetForFirstIOVs_150X
[15_0_X] Fix the AlCaRecoTriggerBits/SecondaryDataset tag for the first IOVs in Run2 and Run3 data GT
2 parents ad4bcb2 + 79dad72 commit 73dd787

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Configuration/AlCa/python/autoCond.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run2
2525
'run2_mc_pa' : '131X_mcRun2_pA_v3',
2626
# GlobalTag for Run2 data reprocessing
27-
'run2_data' : '141X_dataRun2_v2',
27+
'run2_data' : '141X_dataRun2_v3',
2828
# GlobalTag for Run2 data 2018B relvals only: HEM-15-16 fail
2929
'run2_data_HEfail' : '140X_dataRun2_HEfail_v1',
3030
# GlobalTag for Run2 HI data
@@ -37,8 +37,8 @@
3737
'run3_data_express' : '150X_dataRun3_Express_frozen250122_v1',
3838
# GlobalTag for Run3 data relvals (prompt GT): same as 150X_dataRun3_Prompt_v1 but with snapshot at 2025-01-22 13:49:01 (UTC)
3939
'run3_data_prompt' : '150X_dataRun3_Prompt_frozen250122_v1',
40-
# GlobalTag for Run3 offline data reprocessing - snapshot at 2025-03-19 17:13:09 (UTC)
41-
'run3_data' : '150X_dataRun3_v3',
40+
# GlobalTag for Run3 offline data reprocessing - snapshot at 2025-04-10 16:45:49 (UTC)
41+
'run3_data' : '150X_dataRun3_v4',
4242
# GlobalTag for Run3 offline data reprocessing with Prompt GT, currently for 2022FG - snapshot at 2024-05-31 08:53:25 (UTC)
4343
'run3_data_PromptAnalysis' : '140X_dataRun3_PromptAnalysis_v2',
4444
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot)

0 commit comments

Comments
 (0)