Skip to content

Commit

Permalink
Backport of PR cms-sw#20303 to 92X
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrenguyen committed Sep 27, 2017
1 parent a403860 commit 53e5055
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions RecoHI/HiTracking/python/hiDetachedTripletStep_cff.py
Expand Up @@ -20,7 +20,11 @@
)
)


from Configuration.Eras.Modifier_trackingPhase1_cff import trackingPhase1
trackingPhase1.toModify(hiDetachedTripletStepClusters,
trajectories = cms.InputTag("hiDetachedQuadStepTracks"),
overrideTrkQuals = cms.InputTag("hiDetachedQuadStepSelector","hiDetachedQuadStep"),
)


# SEEDING LAYERS
Expand Down Expand Up @@ -109,7 +113,7 @@
# Cleaner
Cleaner = cms.string("trackCleaner")
)
from Configuration.Eras.Modifier_trackingPhase1_cff import trackingPhase1

trackingPhase1.toModify(hiDetachedTripletStepPixelTracks,
SeedingHitSets = cms.InputTag("hiDetachedTripletStepTracksHitTripletsCA")
)
Expand Down

0 comments on commit 53e5055

Please sign in to comment.