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

New Global Tags for pre3 RelVal #6494

Merged
merged 1 commit into from
Nov 20, 2014
Merged
Show file tree
Hide file tree
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 @@ -10,11 +10,11 @@
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run1
'run1_mc_pa' : 'MCPA1_73_V0::All',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run2
'run2_design' : 'DESRUN2_73_V0::All',
'run2_design' : 'DESRUN2_73_V1::All',
# GlobalTag for MC production with pessimistic alignment and calibrations for Run2
'run2_mc_50ns' : 'MCRUN2_73_V0::All',
'run2_mc_50ns' : 'MCRUN2_73_V2::All',
#GlobalTag for MC production with optimistic alignment and calibrations for Run2
'run2_mc' : 'MCRUN2_73_V1::All',
'run2_mc' : 'MCRUN2_73_V3::All',
# GlobalTag for Run1 data reprocessing
'run1_data' : 'GR_R_73_V0A::All',
# GlobalTag for Run2 data reprocessing
Expand Down
6 changes: 3 additions & 3 deletions Configuration/AlCa/python/autoCond_condDBv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run1
'run1_mc_pa' : 'MCPA1_73_V0',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run2
'run2_design' : 'DESRUN2_73_V0',
'run2_design' : 'DESRUN2_73_V1',
# GlobalTag for MC production with pessimistic alignment and calibrations for Run2
'run2_mc_50ns' : 'MCRUN2_73_V0',
'run2_mc_50ns' : 'MCRUN2_73_V2',
#GlobalTag for MC production with optimistic alignment and calibrations for Run2
'run2_mc' : 'MCRUN2_73_V1',
'run2_mc' : 'MCRUN2_73_V3',
# GlobalTag for Run1 data reprocessing
'run1_data' : 'GR_R_73_V0A',
# GlobalTag for Run2 data reprocessing
Expand Down