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

Corrected 5 channels of 2016 ECAL intercalibration #29023

Merged
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
8 changes: 4 additions & 4 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -26,13 +26,13 @@
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run2
'run2_mc_pa' : '110X_mcRun2_pA_v3',
# GlobalTag for Run1 data reprocessing
'run1_data' : '111X_dataRun2_v1',
'run1_data' : '111X_dataRun2_v2',
# GlobalTag for Run2 data reprocessing
'run2_data' : '111X_dataRun2_v1',
'run2_data' : '111X_dataRun2_v2',
# GlobalTag for Run2 data 2018B relvals only: HEM-15-16 fail
'run2_data_HEfail' : '111X_dataRun2_HEfail_v1',
'run2_data_HEfail' : '111X_dataRun2_HEfail_v2',
# GlobalTag for Run2 data relvals: allows customization to run with fixed L1 menu
'run2_data_relval' : '111X_dataRun2_relval_v1',
'run2_data_relval' : '111X_dataRun2_relval_v2',
# GlobalTag for Run2 HI data
'run2_data_promptlike_hi' : '110X_dataRun2_PromptLike_HI_v10',
# GlobalTag for Run1 HLT: it points to the online GT
Expand Down