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

[103X] Change GT. Update offline GTs. Add 2018 Peak Cosmic Queue. Updated 2018 MC GTs. #25130

Merged
merged 6 commits into from Nov 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 13 additions & 9 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -24,21 +24,23 @@
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run2
'run2_mc_pa' : '103X_mcRun2_pA_v1',
# GlobalTag for Run1 data reprocessing
'run1_data' : '103X_dataRun2_v3',
'run1_data' : '103X_dataRun2_v4',
# GlobalTag for Run2 data reprocessing
'run2_data' : '103X_dataRun2_v3',
'run2_data' : '103X_dataRun2_v4',
# GlobalTag for Run2 data relvals: allows customization to run with fixed L1 menu
'run2_data_relval' : '103X_dataRun2_relval_v6',
'run2_data_relval' : '103X_dataRun2_relval_v9',
# GlobalTag for Run2 data 2018B relvals only: HEM-15-16 fail
'run2_data_promptlike_HEfail' : '103X_dataRun2_PromptLike_HEfail_v4',
# GlobalTag for Run2 data 2016H relvals only: Prompt Conditions + fixed L1 menu (to be removed)
'run2_data_promptlike' : '103X_dataRun2_PromptLike_v6',
'run2_data_promptlike' : '103X_dataRun2_PromptLike_v6',
'run2_data_promptlike_hi' : '103X_dataRun2_PromptLike_HI_v1',
# GlobalTag for Run1 HLT: it points to the online GT
'run1_hlt' : '101X_dataRun2_HLT_frozen_v6',
# GlobalTag for Run2 HLT: it points to the online GT
'run2_hlt' : '101X_dataRun2_HLT_frozen_v6',
# GlobalTag for Run2 HLT RelVals: customizations to run with fixed L1 Menu
'run2_hlt_relval' : '103X_dataRun2_HLT_relval_v4',
'run2_hlt_relval' : '103X_dataRun2_HLT_relval_v4',
'run2_hlt_relval_hi' : '103X_dataRun2_HLT_relval_HI_v1',
# GlobalTag for Run2 HLT for HI: it points to the online GT
'run2_hlt_hi' : '101X_dataRun2_HLTHI_frozen_v7',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot)
Expand All @@ -52,13 +54,15 @@
# GlobalTag for MC production with perfectly aligned and calibrated detector for full Phase1 2018 (and 0,0,0-centred beamspot)
'phase1_2018_design' : '103X_upgrade2018_design_v4',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector
'phase1_2018_realistic' : '103X_upgrade2018_realistic_v7',
'phase1_2018_realistic' : '103X_upgrade2018_realistic_v8',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector for Heavy Ion
'phase1_2018_realistic_hi' : '103X_upgrade2018_realistic_HI_v7',
'phase1_2018_realistic_hi' : '103X_upgrade2018_realistic_HI_v9',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector: HEM-15-16 fail
'phase1_2018_realistic_HEfail' : '103X_upgrade2018_realistic_HEfail_v3',
'phase1_2018_realistic_HEfail' : '103X_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' : '103X_upgrade2018cosmics_realistic_deco_v6',
'phase1_2018_cosmics' : '103X_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' : '103X_upgrade2018cosmics_realistic_peak_v1',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2019
'phase1_2019_design' : '103X_postLS2_design_v4', # GT containing design conditions for postLS2
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2019
Expand Down