Skip to content

Commit a05e5a4

Browse files
authored
Merge pull request cms-sw#43095 from saumyaphor4252/alca-Add_HcalPFCutsRcd_Run2_Run3_dataGTs
Include HcalPFCuts Rcd in Run2,3 offline data GTs
2 parents 7e21693 + ea1f075 commit a05e5a4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Configuration/AlCa/python/autoCond.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@
2424
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run2
2525
'run2_mc_pa' : '131X_mcRun2_pA_v2',
2626
# GlobalTag for Run2 data reprocessing
27-
'run2_data' : '124X_dataRun2_v2',
27+
'run2_data' : '133X_dataRun2_v1',
2828
# GlobalTag for Run2 data 2018B relvals only: HEM-15-16 fail
29-
'run2_data_HEfail' : '124X_dataRun2_HEfail_v2',
29+
'run2_data_HEfail' : '133X_dataRun2_HEfail_v1',
3030
# GlobalTag for Run2 HI data
31-
'run2_data_promptlike_hi' : '124X_dataRun2_PromptLike_HI_v1',
31+
'run2_data_promptlike_hi' : '133X_dataRun2_PromptLike_HI_v1',
3232
# GlobalTag with fixed snapshot time for Run2 HLT RelVals: customizations to run with fixed L1 Menu
33-
'run2_hlt_relval' : '123X_dataRun2_HLT_relval_v3',
33+
'run2_hlt_relval' : '133X_dataRun2_HLT_relval_v1',
3434
# GlobalTag for Run3 HLT: identical to the online GT (132X_dataRun3_HLT_v2) but with snapshot at 2023-10-04 21:27:37 (UTC)
3535
'run3_hlt' : '133X_dataRun3_HLT_frozen_v1',
3636
# GlobalTag for Run3 data relvals (express GT) - 132X_dataRun3_Express_v4 with Ecal CC timing tags and snapshot at 2023-10-04 21:27:37 (UTC)
3737
'run3_data_express' : '133X_dataRun3_Express_frozen_v1',
3838
# GlobalTag for Run3 data relvals (prompt GT) - 132X_dataRun3_Prompt_v4 with Ecal CC timing tags and snapshot at 2023-10-04 21:27:37 (UTC)
3939
'run3_data_prompt' : '133X_dataRun3_Prompt_frozen_v1',
40-
# GlobalTag for Run3 offline data reprocessing - snapshot at 2023-10-06 09:32:44 (UTC)
41-
'run3_data' : '133X_dataRun3_v2',
42-
# GlobalTag for Run3 offline data reprocessing with Prompt GT, currenlty for 2022FG - snapshot at 2023-10-06 10:12:57 (UTC)
43-
'run3_data_PromptAnalysis' : '133X_dataRun3_PromptAnalysis_v1',
40+
# GlobalTag for Run3 offline data reprocessing - snapshot at 2023-10-19 12:00:00 (UTC)
41+
'run3_data' : '133X_dataRun3_v3',
42+
# GlobalTag for Run3 offline data reprocessing with Prompt GT, currenlty for 2022FG - snapshot at 2023-10-19 12:00:00 (UTC)
43+
'run3_data_PromptAnalysis' : '133X_dataRun3_PromptAnalysis_v2',
4444
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot)
4545
'phase1_2017_design' : '131X_mc2017_design_v2',
4646
# GlobalTag for MC production with realistic conditions for Phase1 2017 detector

0 commit comments

Comments
 (0)