Skip to content

Commit 65dd193

Browse files
authored
Merge pull request #46668 from perrotta/updateGtsInAutocond
Update a few GTs in autoCond - CMSSW_14_0_X
2 parents f250ad9 + 2d1cc77 commit 65dd193

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Configuration/AlCa/python/autoCond.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
'run3_data_express' : '140X_dataRun3_Express_frozen_v2',
3838
# GlobalTag for Run3 data relvals (prompt GT) - 140X_dataRun3_Prompt_v4 but with snapshot at 2024-09-25 14:18:52
3939
'run3_data_prompt' : '140X_dataRun3_Prompt_frozen_v4',
40-
# GlobalTag for Run3 offline data reprocessing - snapshot at 2024-10-16 18:21:05 (UTC)
41-
'run3_data' : '140X_dataRun3_v16',
40+
# GlobalTag for Run3 offline data reprocessing - snapshot at 2024-11-12 07:39:42 (UTC)
41+
'run3_data' : '140X_dataRun3_v17',
4242
# GlobalTag for Run3 offline data reprocessing with Prompt GT, currently for 2022FG - snapshot at 2024-02-12 12:00:00 (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)
@@ -66,7 +66,7 @@
6666
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2022
6767
'phase1_2022_design' : '140X_mcRun3_2022_design_v1',
6868
# GlobalTag for MC production with realistic conditions for Phase1 2022
69-
'phase1_2022_realistic' : '140X_mcRun3_2022_realistic_v11',
69+
'phase1_2022_realistic' : '140X_mcRun3_2022_realistic_v12',
7070
# GlobalTag for MC production with realistic conditions for Phase1 2022 post-EE+ leak
7171
'phase1_2022_realistic_postEE' : '140X_mcRun3_2022_realistic_postEE_v3',
7272
# GlobalTag for MC production (cosmics) with realistic conditions for Phase1 2022, Strip tracker in DECO mode
@@ -78,7 +78,7 @@
7878
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2023
7979
'phase1_2023_design' : '140X_mcRun3_2023_design_v1',
8080
# GlobalTag for MC production with realistic conditions for Phase1 2023
81-
'phase1_2023_realistic' : '140X_mcRun3_2023_realistic_v7',
81+
'phase1_2023_realistic' : '140X_mcRun3_2023_realistic_v9',
8282
# GlobalTag for MC production with realistic conditions for Phase1 postBPix issue 2023
8383
'phase1_2023_realistic_postBPix' : '140X_mcRun3_2023_realistic_postBPix_v3',
8484
# GlobalTag for MC production (cosmics) with realistic conditions for Phase1 preBPix 2023, Strip tracker in DECO mode
@@ -98,7 +98,7 @@
9898
# GlobalTag for MC production (cosmics) with perfectly aligned and calibrated detector for Phase1 2024, Strip tracker in DECO mode
9999
'phase1_2024_cosmics_design' : '140X_mcRun3_2024cosmics_design_deco_v11',
100100
# GlobalTag for MC production with realistic conditions for Phase2
101-
'phase2_realistic' : '140X_mcRun4_realistic_v5'
101+
'phase2_realistic' : '140X_mcRun4_realistic_v6'
102102
}
103103

104104
aliases = {

0 commit comments

Comments
 (0)