Skip to content

Commit d4e8854

Browse files
authored
Merge pull request #47385 from perrotta/updateGtsInAutocond
Update a few GTs in autoCond
2 parents 16bf438 + 61e377e commit d4e8854

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

Configuration/AlCa/python/autoCond.py

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,19 @@
2525
'run2_mc_pa' : '131X_mcRun2_pA_v3',
2626
# GlobalTag for Run2 data reprocessing
2727
'run2_data' : '141X_dataRun2_v2',
28-
# GlobalTag for Run2 data 2018B relvals only: HEM-15-16 fail
29-
'run2_data_HEfail' : '140X_dataRun2_HEfail_v1',
3028
# GlobalTag for Run2 HI data
3129
'run2_data_promptlike_hi' : '140X_dataRun2_PromptLike_HI_v1',
3230
# GlobalTag with fixed snapshot time for Run2 HLT RelVals: customizations to run with fixed L1 Menu
3331
'run2_hlt_relval' : '140X_dataRun2_HLT_relval_v1',
34-
# GlobalTag for Run3 HLT: identical the online GT 150X_dataRun3_HLT_v1 but with snapshot at 2025-01-22 13:40:56
32+
# GlobalTag for Run3 HLT: identical the online GT 150X_dataRun3_HLT_v1 but with snapshot at 2025-01-22 13:40:56 (UTC)
3533
'run3_hlt' : '150X_dataRun3_HLT_frozen250122_v1',
36-
# GlobalTag for Run3 data relvals (express GT): same as 150X_dataRun3_Express_v1 but with snapshot at 2025-01-22 13:46:42
34+
# GlobalTag for Run3 data relvals (express GT): same as 150X_dataRun3_Express_v1 but with snapshot at 2025-01-22 13:46:42 (UTC)
3735
'run3_data_express' : '150X_dataRun3_Express_frozen250122_v1',
38-
# GlobalTag for Run3 data relvals (prompt GT): same as 150X_dataRun3_Prompt_v1 but with snapshot at 2025-01-22 13:49:01
36+
# GlobalTag for Run3 data relvals (prompt GT): same as 150X_dataRun3_Prompt_v1 but with snapshot at 2025-01-22 13:49:01 (UTC)
3937
'run3_data_prompt' : '150X_dataRun3_Prompt_frozen250122_v1',
40-
# GlobalTag for Run3 offline data reprocessing - snapshot at 2024-11-27 13:03:22 (UTC)
41-
'run3_data' : '141X_dataRun3_v5',
42-
# GlobalTag for Run3 offline data reprocessing with Prompt GT, currently for 2022FG - snapshot at 2024-02-12 12:00:00 (UTC)
38+
# GlobalTag for Run3 offline data reprocessing - snapshot at 2025-02-09 15:35:33 (UTC)
39+
'run3_data' : '141X_dataRun3_v6',
40+
# GlobalTag for Run3 offline data reprocessing with Prompt GT, currently for 2022FG - snapshot at 2024-05-31 08:53:25 (UTC)
4341
'run3_data_PromptAnalysis' : '140X_dataRun3_PromptAnalysis_v2',
4442
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot)
4543
'phase1_2017_design' : '131X_mc2017_design_v3',
@@ -74,7 +72,7 @@
7472
# GlobalTag for MC production (cosmics) with perfectly aligned and calibrated detector for Phase1 2022, Strip tracker in DECO mode
7573
'phase1_2022_cosmics_design' : '140X_mcRun3_2022cosmics_design_deco_v1',
7674
# GlobalTag for MC production with realistic conditions for Phase1 2022 detector for Heavy Ion
77-
'phase1_2022_realistic_hi' : '140X_mcRun3_2022_realistic_HI_v3',
75+
'phase1_2022_realistic_hi' : '140X_mcRun3_2022_realistic_HI_v4',
7876
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2023
7977
'phase1_2023_design' : '140X_mcRun3_2023_design_v1',
8078
# GlobalTag for MC production with realistic conditions for Phase1 2023
@@ -88,7 +86,7 @@
8886
# GlobalTag for MC production (cosmics) with perfectly aligned and calibrated detector for Phase1 2023, Strip tracker in DECO mode
8987
'phase1_2023_cosmics_design' : '140X_mcRun3_2023cosmics_design_deco_v1',
9088
# GlobalTag for MC production with realistic conditions for Phase1 2023 detector for Heavy Ion
91-
'phase1_2023_realistic_hi' : '141X_mcRun3_2023_realistic_HI_v4',
89+
'phase1_2023_realistic_hi' : '141X_mcRun3_2023_realistic_HI_v5',
9290
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2024
9391
'phase1_2024_design' : '140X_mcRun3_2024_design_v11',
9492
# GlobalTag for MC production with realistic conditions for Phase1 2024
@@ -102,9 +100,9 @@
102100
# GlobalTag for MC production with realistic conditions for Phase1 2024 detector for ppRef5TeV
103101
'phase1_2024_realistic_ppRef5TeV' : '141X_mcRun3_2024_realistic_ppRef5TeV_v7',
104102
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2025
105-
'phase1_2025_design' : '140X_mcRun3_2024_design_v11',
103+
'phase1_2025_design' : '142X_mcRun3_2025_design_v1',
106104
# GlobalTag for MC production with realistic conditions for Phase1 2025
107-
'phase1_2025_realistic' : '142X_mcRun3_2025_realistic_v5',
105+
'phase1_2025_realistic' : '142X_mcRun3_2025_realistic_v7',
108106
# GlobalTag for MC production with realistic conditions for Phase2
109107
'phase2_realistic' : '141X_mcRun4_realistic_v3'
110108
}

0 commit comments

Comments
 (0)