Skip to content

Commit

Permalink
Merge pull request #10288 from diguida/GTs_for_76_v0
Browse files Browse the repository at this point in the history
Updating Global Tags with latest requests by L1, Pixel, Geometry and BTV (as in #10285)
  • Loading branch information
cmsbuild committed Jul 21, 2015
2 parents 5801f34 + 1ef773d commit 770b29a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@

### NEW KEYS ###
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run1
'run1_design' : '75X_mcRun1_design_v1',
'run1_design' : '75X_mcRun1_design_v2',
# GlobalTag for MC production (pp collisions) with realistic alignment and calibrations for Run1
'run1_mc' : '75X_mcRun1_realistic_v1',
'run1_mc' : '75X_mcRun1_realistic_v2',
# GlobalTag for MC production (Heavy Ions collisions) with realistic alignment and calibrations for Run1
'run1_mc_hi' : '75X_mcRun1_HeavyIon_v1',
'run1_mc_hi' : '75X_mcRun1_HeavyIon_v2',
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run1
'run1_mc_pa' : '75X_mcRun1_pA_v1',
'run1_mc_pa' : '75X_mcRun1_pA_v2',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run2
'run2_design' : '75X_mcRun2_design_v1',
'run2_design' : '75X_mcRun2_design_v2',
# GlobalTag for MC production with pessimistic alignment and calibrations for Run2
'run2_mc_50ns' : '75X_mcRun2_startup_v1',
'run2_mc_50ns' : '75X_mcRun2_startup_v2',
#GlobalTag for MC production with optimistic alignment and calibrations for Run2
'run2_mc' : '75X_mcRun2_asymptotic_v1',
'run2_mc' : '75X_mcRun2_asymptotic_v2',
# GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2
'run2_mc_hi' : '75X_mcRun2_HeavyIon_v1',
'run2_mc_hi' : '75X_mcRun2_HeavyIon_v2',
# GlobalTag for Run1 data reprocessing
'run1_data' : '75X_dataRun1_v2',
'run1_data' : '75X_dataRun1_v3',
# GlobalTag for Run2 data reprocessing
'run2_data' : '75X_dataRun2_v2',
'run2_data' : '75X_dataRun2_v3',
# GlobalTag for Run1 HLT: it points to the online GT
'run1_hlt' : '75X_dataRun1_HLT_v1',
'run1_hlt' : '75X_dataRun1_HLT_v2',
# GlobalTag for Run2 HLT: it points to the online GT
'run2_hlt' : '75X_dataRun2_HLT_v1',
'run2_hlt' : '75X_dataRun2_HLT_v2',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017
'phase1_2017_design' : 'DES17_70_V2', # placeholder (GT not meant for standard RelVal)
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2019
Expand Down

0 comments on commit 770b29a

Please sign in to comment.