Skip to content

Commit

Permalink
Adding e/gamma regression from Ecal Multifit
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich authored and lgray committed Aug 20, 2015
1 parent dc5c85f commit 4cc7bf1
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 4cc7bf1

Please sign in to comment.