Skip to content

Commit

Permalink
Include run2_HE_2017 to Run2_2017_tracking{Run2,Phase1PU70} eras
Browse files Browse the repository at this point in the history
At some point these eras got out of synch from Run2_2017
  • Loading branch information
makortel committed Aug 17, 2016
1 parent b9faeee commit f4b74d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Expand Up @@ -3,6 +3,7 @@
from Configuration.Eras.Era_Run2_2016_cff import Run2_2016
from Configuration.Eras.Modifier_phase1Pixel_cff import phase1Pixel
from Configuration.Eras.Modifier_trackingPhase1PU70_cff import trackingPhase1PU70
from Configuration.Eras.Modifier_run2_HE_2017_cff import run2_HE_2017

Run2_2017_trackingPhase1PU70 = cms.ModifierChain(Run2_2016, phase1Pixel, trackingPhase1PU70)
Run2_2017_trackingPhase1PU70 = cms.ModifierChain(Run2_2016, phase1Pixel, trackingPhase1PU70, run2_HE_2017)

3 changes: 2 additions & 1 deletion Configuration/Eras/python/Era_Run2_2017_trackingRun2_cff.py
Expand Up @@ -2,6 +2,7 @@

from Configuration.Eras.Era_Run2_2016_cff import Run2_2016
from Configuration.Eras.Modifier_phase1Pixel_cff import phase1Pixel
from Configuration.Eras.Modifier_run2_HE_2017_cff import run2_HE_2017

Run2_2017_trackingRun2 = cms.ModifierChain(Run2_2016, phase1Pixel)
Run2_2017_trackingRun2 = cms.ModifierChain(Run2_2016, phase1Pixel, run2_HE_2017)

0 comments on commit f4b74d2

Please sign in to comment.