Skip to content

Commit

Permalink
Merge pull request #31957 from christopheralanwest/alca-update-2021-h…
Browse files Browse the repository at this point in the history
…i-gt

Add record type HeavyIonRPRcd to 2021 HI global tag
  • Loading branch information
cmsbuild committed Oct 29, 2020
2 parents 30ebe6c + 70f4d87 commit 74b4b62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# GlobalTag for Run2 data relvals: allows customization to run with fixed L1 menu
'run2_data_relval' : '112X_dataRun2_relval_v5',
# GlobalTag for Run2 HI data
'run2_data_promptlike_hi' : '112X_dataRun2_PromptLike_HI_v2',
'run2_data_promptlike_hi' : '112X_dataRun2_PromptLike_HI_v3',
# GlobalTag for Run1 HLT: it points to the online GT
'run1_hlt' : '101X_dataRun2_HLT_frozen_v10',
# GlobalTag for Run2 HLT: it points to the online GT
Expand Down Expand Up @@ -75,7 +75,7 @@
# GlobalTag for MC production (cosmics) with realistic conditions for Phase1 2021, Strip tracker in DECO mode
'phase1_2021_cosmics' : '112X_mcRun3_2021cosmics_realistic_deco_v10',
# GlobalTag for MC production with realistic conditions for Phase1 2021 detector for Heavy Ion
'phase1_2021_realistic_hi' : '112X_mcRun3_2021_realistic_HI_v11',
'phase1_2021_realistic_hi' : '112X_mcRun3_2021_realistic_HI_v12',
# GlobalTag for MC production with realistic conditions for Phase1 2023
'phase1_2023_realistic' : '112X_mcRun3_2023_realistic_v10', # GT containing realistic conditions for Phase1 2023
# GlobalTag for MC production with realistic conditions for Phase1 2024
Expand Down
2 changes: 1 addition & 1 deletion Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ def genS(fragment,howMuch):
hiAlca2011 = {'--conditions':'auto:run1_mc_hi'}
hiAlca2015 = {'--conditions':'auto:run2_mc_hi', '--era':'Run2_HI'}
hiAlca2017 = {'--conditions':'auto:phase1_2017_realistic', '--era':'Run2_2017_pp_on_XeXe'}
hiAlca2018 = {'--conditions':'auto:phase1_2018_realistic', '--era':'Run2_2018'}
hiAlca2018 = {'--conditions':'auto:phase1_2018_realistic_hi', '--era':'Run2_2018'}
hiAlca2018_ppReco = {'--conditions':'auto:phase1_2018_realistic_hi', '--era':'Run2_2018_pp_on_AA'}
hiAlca2021_ppReco = {'--conditions':'auto:phase1_2021_realistic_hi', '--era':'Run3_pp_on_PbPb'}

Expand Down

0 comments on commit 74b4b62

Please sign in to comment.