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

80X: updating SiStrip DQM TriggerBits for HIP monitoring (PR #15449) #15513

Merged
merged 1 commit into from
Aug 26, 2016
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
6 changes: 3 additions & 3 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
# GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2
'run2_mc_hi' : '80X_mcRun2_HeavyIon_v10',
# GlobalTag for Run1 data reprocessing
'run1_data' : '80X_dataRun2_v17',
'run1_data' : '80X_dataRun2_v18',
# GlobalTag for Run2 data reprocessing
'run2_data' : '80X_dataRun2_v17',
'run2_data' : '80X_dataRun2_v18',
# GlobalTag for Run2 data relvals: allows customization to run with fixed L1 menu
'run2_data_relval' : '80X_dataRun2_relval_v15',
'run2_data_relval' : '80X_dataRun2_relval_v16',
# GlobalTag for Run1 HLT: it points to the online GT
'run1_hlt' : '80X_dataRun2_HLT_frozen_v13',
# GlobalTag for Run2 HLT: it points to the online GT
Expand Down