Skip to content

Commit

Permalink
Merge pull request #25256 from lpernie/104X_Fix2016PFRechThresh
Browse files Browse the repository at this point in the history
[104X] Change GT. Fix 2016 MC ECAL PF Rechit thresh
  • Loading branch information
cmsbuild committed Nov 17, 2018
2 parents f2cc0ed + 7e697f8 commit 507d000
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -10,19 +10,19 @@
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run1
'run1_mc_pa' : '103X_mcRun1_pA_v1',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run2
'run2_design' : '103X_mcRun2_design_v1',
'run2_design' : '103X_mcRun2_design_v2',
# GlobalTag for MC production with pessimistic alignment and calibrations for Run2
'run2_mc_50ns' : '103X_mcRun2_startup_v1',
'run2_mc_50ns' : '103X_mcRun2_startup_v2',
#GlobalTag for MC production with optimistic alignment and calibrations for Run2
'run2_mc' : '103X_mcRun2_asymptotic_v1',
'run2_mc' : '103X_mcRun2_asymptotic_v2',
# GlobalTag for MC production (L1 Trigger Stage1) with starup-like alignment and calibrations for Run2, L1 trigger in Stage1 mode
'run2_mc_l1stage1' : '103X_mcRun2_asymptotic_l1stage1_v1',
# GlobalTag for MC production (cosmics) with starup-like alignment and calibrations for Run2, Strip tracker in peak mode
'run2_mc_cosmics' : '103X_mcRun2cosmics_startup_deco_v1',
'run2_mc_cosmics' : '103X_mcRun2cosmics_startup_deco_v2',
# GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2
'run2_mc_hi' : '103X_mcRun2_HeavyIon_v1',
'run2_mc_hi' : '103X_mcRun2_HeavyIon_v2',
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run2
'run2_mc_pa' : '103X_mcRun2_pA_v1',
'run2_mc_pa' : '103X_mcRun2_pA_v2',
# GlobalTag for Run1 data reprocessing
'run1_data' : '103X_dataRun2_v4',
# GlobalTag for Run2 data reprocessing
Expand Down

0 comments on commit 507d000

Please sign in to comment.