Skip to content

Commit

Permalink
Merge pull request #28577 from christopheralanwest/alca-final-ul-gt-106X
Browse files Browse the repository at this point in the history
Global tags for Run 2 UL reprocessing [10_6_X]
  • Loading branch information
cmsbuild authored Dec 10, 2019
2 parents 6bba86c + d0d33b6 commit f3e0db2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 13 additions & 11 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,27 @@
'run2_mc_l1stage1' : '106X_mcRun2_asymptotic_l1stage1_v4',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run2
'run2_design' : '106X_mcRun2_design_v6',
#GlobalTag for MC production with optimistic alignment and calibrations for Run2
'run2_mc' : '106X_mcRun2_asymptotic_v7',
#GlobalTag for MC production with optimistic alignment and calibrations for 2016, prior to VFP change
'run2_mc_pre_vfp' : '106X_mcRun2_asymptotic_preVFP_v1',
#GlobalTag for MC production with optimistic alignment and calibrations for 2016, after VFP change
'run2_mc' : '106X_mcRun2_asymptotic_v8',
# GlobalTag for MC production (cosmics) with starup-like alignment and calibrations for Run2, Strip tracker in peak mode
'run2_mc_cosmics' : '106X_mcRun2cosmics_startup_deco_v4',
'run2_mc_cosmics' : '106X_mcRun2cosmics_startup_deco_v5',
# GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2
'run2_mc_hi' : '106X_mcRun2_HeavyIon_v4',
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run2
'run2_mc_pa' : '106X_mcRun2_pA_v5',
# GlobalTag for Run1 data reprocessing
'run1_data' : '106X_dataRun2_v24',
'run1_data' : '106X_dataRun2_v25',
# GlobalTag for Run2 data reprocessing
'run2_data' : '106X_dataRun2_v24',
'run2_data' : '106X_dataRun2_v25',
# GlobalTag for Run2 data relvals: allows customization to run with fixed L1 menu
'run2_data_relval' : '106X_dataRun2_relval_v22',
'run2_data_relval' : '106X_dataRun2_relval_v23',
# GlobalTag for Run2 data 2018B relvals only: HEM-15-16 fail
'run2_data_promptlike_HEfail' : '106X_dataRun2_PromptLike_HEfail_v12',
'run2_data_promptlike_HEfail' : '106X_dataRun2_PromptLike_HEfail_v13',
# GlobalTag for Run2 data 2016H relvals only: Prompt Conditions + fixed L1 menu (to be removed)
'run2_data_promptlike' : '106X_dataRun2_PromptLike_v13',
'run2_data_promptlike_hi' : '106X_dataRun2_PromptLike_HI_v13',
'run2_data_promptlike' : '106X_dataRun2_PromptLike_v14',
'run2_data_promptlike_hi' : '106X_dataRun2_PromptLike_HI_v14',
# GlobalTag for Run1 HLT: it points to the online GT
'run1_hlt' : '101X_dataRun2_HLT_frozen_v9',
# GlobalTag for Run2 HLT: it points to the online GT
Expand All @@ -60,9 +62,9 @@
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector: HEM-15-16 fail
'phase1_2018_realistic_HEfail' : '106X_upgrade2018_realistic_HEfail_v11',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in DECO mode
'phase1_2018_cosmics' : '106X_upgrade2018cosmics_realistic_deco_v7',
'phase1_2018_cosmics' : '106X_upgrade2018cosmics_realistic_deco_v9',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in PEAK mode
'phase1_2018_cosmics_peak' : '106X_upgrade2018cosmics_realistic_peak_v8',
'phase1_2018_cosmics_peak' : '106X_upgrade2018cosmics_realistic_peak_v9',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2021
'phase1_2021_design' : '106X_upgrade2021_design_v5', # GT containing design conditions for Phase1 2021
# GlobalTag for MC production with realistic conditions for Phase1 2021
Expand Down
4 changes: 1 addition & 3 deletions Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2816,14 +2816,12 @@ def gen2018HiMix(fragment,howMuch):
'--data' : '',
'--scenario' : 'pp',
'--eventcontent' : 'MINIAOD,DQM',
'--datatier' : 'MINIAOD,DQMIO',
'--customise_unsch' : 'PhysicsTools/PatAlgos/slimming/customizeMiniAOD_HcalFixLegacy2016.customizeAll'
'--datatier' : 'MINIAOD,DQMIO'
},stepMiniAODDefaults])

steps['REMINIAOD_data2016_HIPM'] = merge([{'--era' : 'Run2_2016_HIPM,run2_miniAOD_80XLegacy'},steps['REMINIAOD_data2016']])

stepReMiniAODData17 = merge([{'--era' : 'Run2_2017,run2_miniAOD_94XFall17'},steps['REMINIAOD_data2016']])
stepReMiniAODData17 = remove(stepReMiniAODData17,'--customise_unsch')
steps['REMINIAOD_data2017'] = stepReMiniAODData17

# Not sure whether the customisations are in the dict as "--customise" or "--era" so try to
Expand Down

0 comments on commit f3e0db2

Please sign in to comment.