Skip to content

Commit

Permalink
Merge pull request #10872 from mmusich/GTs_for_75_v2
Browse files Browse the repository at this point in the history
Adding e/gamma regression from Ecal Multifit in Run1/Run2 GTs
  • Loading branch information
cmsbuild committed Aug 20, 2015
2 parents ce2b921 + 1e0e179 commit 2c91b74
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@

### NEW KEYS ###
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run1
'run1_design' : '75X_mcRun1_design_v2',
'run1_design' : '75X_mcRun1_design_v4',
# GlobalTag for MC production (pp collisions) with realistic alignment and calibrations for Run1
'run1_mc' : '75X_mcRun1_realistic_v2',
'run1_mc' : '75X_mcRun1_realistic_v4',
# GlobalTag for MC production (Heavy Ions collisions) with realistic alignment and calibrations for Run1
'run1_mc_hi' : '75X_mcRun1_HeavyIon_v2',
'run1_mc_hi' : '75X_mcRun1_HeavyIon_v4',
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run1
'run1_mc_pa' : '75X_mcRun1_pA_v2',
'run1_mc_pa' : '75X_mcRun1_pA_v4',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run2
'run2_design' : '75X_mcRun2_design_v4',
'run2_design' : '75X_mcRun2_design_v5',
# GlobalTag for MC production with pessimistic alignment and calibrations for Run2
'run2_mc_50ns' : '75X_mcRun2_startup_v2',
'run2_mc_50ns' : '75X_mcRun2_startup_v4',
#GlobalTag for MC production with optimistic alignment and calibrations for Run2
'run2_mc' : '75X_mcRun2_asymptotic_v4',
'run2_mc' : '75X_mcRun2_asymptotic_v5',
# GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2
'run2_mc_hi' : '75X_mcRun2_HeavyIon_v2',
'run2_mc_hi' : '75X_mcRun2_HeavyIon_v4',
# GlobalTag for Run1 data reprocessing
'run1_data' : '75X_dataRun1_v4',
'run1_data' : '75X_dataRun1_v5',
# GlobalTag for Run2 data reprocessing
'run2_data' : '75X_dataRun2_v4',
'run2_data' : '75X_dataRun2_v5',
# GlobalTag for Run1 HLT: it points to the online GT
'run1_hlt' : '75X_dataRun1_HLT_frozen_v2',
# GlobalTag for Run2 HLT: it points to the online GT
Expand Down

0 comments on commit 2c91b74

Please sign in to comment.