Skip to content

Commit

Permalink
Merge pull request #27923 from christopheralanwest/alca-final-2018-gt
Browse files Browse the repository at this point in the history
Data and MC global tags for 2018 UL
  • Loading branch information
cmsbuild authored Sep 4, 2019
2 parents 4850153 + 18f28bb commit 1ec1f25
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run2
'run2_mc_pa' : '110X_mcRun2_pA_v2',
# GlobalTag for Run1 data reprocessing
'run1_data' : '110X_dataRun2_v5',
'run1_data' : '110X_dataRun2_v6',
# GlobalTag for Run2 data reprocessing
'run2_data' : '110X_dataRun2_v5',
'run2_data' : '110X_dataRun2_v6',
# GlobalTag for Run2 data relvals: allows customization to run with fixed L1 menu
'run2_data_relval' : '110X_dataRun2_relval_v5',
'run2_data_relval' : '110X_dataRun2_relval_v6',
# GlobalTag for Run2 data 2018B relvals only: HEM-15-16 fail
'run2_data_promptlike_HEfail' : '110X_dataRun2_PromptLike_HEfail_v3',
'run2_data_promptlike_HEfail' : '110X_dataRun2_PromptLike_HEfail_v5',
# GlobalTag for Run2 data 2016H relvals only: Prompt Conditions + fixed L1 menu (to be removed)
'run2_data_promptlike' : '110X_dataRun2_PromptLike_v3',
'run2_data_promptlike_hi' : '110X_dataRun2_PromptLike_HI_v3',
'run2_data_promptlike' : '110X_dataRun2_PromptLike_v5',
'run2_data_promptlike_hi' : '110X_dataRun2_PromptLike_HI_v5',
# 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 @@ -44,7 +44,7 @@
# GlobalTag for Run2 HLT for HI (not 2018 HI): it points to the online GT
'run2_hlt_hi' : '101X_dataRun2_HLTHI_frozen_v9',
# GlobalTag for Run3 data relvals
'run3_data_promptlike' : '106X_dataRun3_Prompt_v2',
'run3_data_promptlike' : '106X_dataRun3_Prompt_v3',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot)
'phase1_2017_design' : '110X_mc2017_design_v1',
# GlobalTag for MC production with realistic conditions for Phase1 2017 detector
Expand All @@ -56,11 +56,11 @@
# GlobalTag for MC production with perfectly aligned and calibrated detector for full Phase1 2018 (and 0,0,0-centred beamspot)
'phase1_2018_design' : '110X_upgrade2018_design_v1',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector
'phase1_2018_realistic' : '110X_upgrade2018_realistic_v3',
'phase1_2018_realistic' : '110X_upgrade2018_realistic_v4',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector for Heavy Ion
'phase1_2018_realistic_hi' : '110X_upgrade2018_realistic_HI_v3',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector: HEM-15-16 fail
'phase1_2018_realistic_HEfail' : '110X_upgrade2018_realistic_HEfail_v3',
'phase1_2018_realistic_HEfail' : '110X_upgrade2018_realistic_HEfail_v4',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in DECO mode
'phase1_2018_cosmics' : '110X_upgrade2018cosmics_realistic_deco_v2',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in PEAK mode
Expand Down

0 comments on commit 1ec1f25

Please sign in to comment.