Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix snapshot in data offline GTs and Egamma regression, and update Strip 2018 MC conditions #28053

Merged
merged 6 commits into from
Nov 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 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' : '106X_mcRun2_pA_v5',
# GlobalTag for Run1 data reprocessing
'run1_data' : '106X_dataRun2_v22',
'run1_data' : '106X_dataRun2_v24',
# GlobalTag for Run2 data reprocessing
'run2_data' : '106X_dataRun2_v22',
'run2_data' : '106X_dataRun2_v24',
# GlobalTag for Run2 data relvals: allows customization to run with fixed L1 menu
'run2_data_relval' : '106X_dataRun2_relval_v21',
'run2_data_relval' : '106X_dataRun2_relval_v22',
# GlobalTag for Run2 data 2018B relvals only: HEM-15-16 fail
'run2_data_promptlike_HEfail' : '106X_dataRun2_PromptLike_HEfail_v11',
'run2_data_promptlike_HEfail' : '106X_dataRun2_PromptLike_HEfail_v12',
# GlobalTag for Run2 data 2016H relvals only: Prompt Conditions + fixed L1 menu (to be removed)
'run2_data_promptlike' : '106X_dataRun2_PromptLike_v12',
'run2_data_promptlike_hi' : '106X_dataRun2_PromptLike_HI_v12',
'run2_data_promptlike' : '106X_dataRun2_PromptLike_v13',
'run2_data_promptlike_hi' : '106X_dataRun2_PromptLike_HI_v13',
# 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 @@ -52,23 +52,23 @@
# GlobalTag for MC production (cosmics) with realistic alignment and calibrations for Phase1 2017 detector, Strip tracker in PEAK mode
'phase1_2017_cosmics_peak' : '106X_mc2017cosmics_realistic_peak_v2',
# GlobalTag for MC production with perfectly aligned and calibrated detector for full Phase1 2018 (and 0,0,0-centred beamspot)
'phase1_2018_design' : '106X_upgrade2018_design_v5',
'phase1_2018_design' : '106X_upgrade2018_design_v6',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector
'phase1_2018_realistic' : '106X_upgrade2018_realistic_v8',
'phase1_2018_realistic' : '106X_upgrade2018_realistic_v11',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector for Heavy Ion
'phase1_2018_realistic_hi' : '106X_upgrade2018_realistic_HI_v5',
'phase1_2018_realistic_hi' : '106X_upgrade2018_realistic_HI_v6',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector: HEM-15-16 fail
'phase1_2018_realistic_HEfail' : '106X_upgrade2018_realistic_HEfail_v8',
'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_v4',
'phase1_2018_cosmics' : '106X_upgrade2018cosmics_realistic_deco_v7',
# 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_v4',
'phase1_2018_cosmics_peak' : '106X_upgrade2018cosmics_realistic_peak_v8',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2021
'phase1_2021_design' : '106X_upgrade2021_design_v4', # GT containing design conditions 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
'phase1_2021_realistic' : '106X_upgrade2021_realistic_v10', # GT containing realistic conditions for Phase1 2021
'phase1_2021_realistic' : '106X_upgrade2021_realistic_v11', # GT containing realistic conditions for Phase1 2021
# GlobalTag for MC production (cosmics) with realistic conditions for Phase1 2021, Strip tracker in DECO mode
'phase1_2021_cosmics' : '106X_upgrade2021cosmics_realistic_deco_v3',
'phase1_2021_cosmics' : '106X_upgrade2021cosmics_realistic_deco_v4',
# GlobalTag for MC production with realistic conditions for Phase2 2023
'phase2_realistic' : '106X_upgrade2023_realistic_v5'
}
Expand Down