Skip to content

Commit

Permalink
Update HILowPtConformalPixelTracks_cfi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongeun authored Dec 16, 2020
1 parent 11aeb6d commit 72e90d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions RecoHI/HiTracking/python/HILowPtConformalPixelTracks_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
# Using 4 layers layerlist
from RecoTracker.IterativeTracking.LowPtQuadStep_cff import lowPtQuadStepSeedLayers
hiConformalPixelTracksPhase1SeedLayers = lowPtQuadStepSeedLayers.clone(
BPix = dict(
HitProducer = 'siPixelRecHits',
TTRHBuilder = 'WithTrackAngle',
BPix = cms.PSet(
HitProducer = cms.string('siPixelRecHits'),
TTRHBuilder = cms.string('WithTrackAngle'),
),
FPix = dict(
HitProducer = 'siPixelRecHits',
TTRHBuilder = 'WithTrackAngle',
FPix = cms.PSet(
HitProducer = cms.string('siPixelRecHits'),
TTRHBuilder = cms.string('WithTrackAngle'),
)
)

Expand Down

0 comments on commit 72e90d3

Please sign in to comment.