Skip to content

Commit

Permalink
Updating JEC in data/mc and fixes for HI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Nov 10, 2015
1 parent 0ef7e04 commit 703cffe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -10,17 +10,17 @@
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run1
'run1_mc_pa' : '76X_mcRun1_pA_v10',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run2
'run2_design' : '76X_mcRun2_design_v11',
'run2_design' : '76X_mcRun2_design_v12',
# GlobalTag for MC production with pessimistic alignment and calibrations for Run2
'run2_mc_50ns' : '76X_mcRun2_startup_v11',
#GlobalTag for MC production with optimistic alignment and calibrations for Run2
'run2_mc' : '76X_mcRun2_asymptotic_v11',
'run2_mc' : '76X_mcRun2_asymptotic_v12',
# GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2
'run2_mc_hi' : '76X_mcRun2_HeavyIon_v11',
'run2_mc_hi' : '76X_mcRun2_HeavyIon_v12',
# GlobalTag for Run1 data reprocessing
'run1_data' : '76X_dataRun1_v10',
'run1_data' : '76X_dataRun1_v11',
# GlobalTag for Run2 data reprocessing
'run2_data' : '76X_dataRun2_v10',
'run2_data' : '76X_dataRun2_v11',
# GlobalTag for Run1 HLT: it points to the online GT
'run1_hlt' : '76X_dataRun1_HLT_frozen_v9',
# GlobalTag for Run2 HLT: it points to the online GT
Expand Down

0 comments on commit 703cffe

Please sign in to comment.