Skip to content

Commit

Permalink
Fixing ES noise and adding Pixel Dynamic inefficiency for 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Mar 17, 2016
1 parent 9318604 commit 75fb0fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run1
'run1_mc_pa' : '80X_mcRun1_pA_v4',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run2
'run2_design' : '80X_mcRun2_design_v8',
'run2_design' : '80X_mcRun2_design_v9',
# GlobalTag for MC production with pessimistic alignment and calibrations for Run2
'run2_mc_50ns' : '80X_mcRun2_startup_v8',
'run2_mc_50ns' : '80X_mcRun2_startup_v9',
#GlobalTag for MC production with optimistic alignment and calibrations for Run2
'run2_mc' : '80X_mcRun2_asymptotic_v8',
'run2_mc' : '80X_mcRun2_asymptotic_v9',
# GlobalTag for MC production (cosmics) with starup-like alignment and calibrations for Run2, Strip tracker in peak mode
'run2_mc_cosmics' : '80X_mcRun2cosmics_startup_peak_v7',
'run2_mc_cosmics' : '80X_mcRun2cosmics_startup_peak_v8',
# GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2
'run2_mc_hi' : '80X_mcRun2_HeavyIon_v7',
'run2_mc_hi' : '80X_mcRun2_HeavyIon_v8',
# GlobalTag for Run1 data reprocessing
'run1_data' : '80X_dataRun2_v9',
# GlobalTag for Run2 data reprocessing
Expand Down

0 comments on commit 75fb0fb

Please sign in to comment.