Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop type specs in RecoHI {Configuration, HiTracking} #32386

Merged
merged 8 commits into from
Dec 16, 2020
Prev Previous commit
Next Next commit
Update HILowPtConformalPixelTracks_cfi.py
  • Loading branch information
jeongeun authored Dec 16, 2020
commit 72e90d331696e061da9a1bedf328e1e1a3705258
12 changes: 6 additions & 6 deletions RecoHI/HiTracking/python/HILowPtConformalPixelTracks_cfi.py
Original file line number Diff line number Diff line change
@@ -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'),
)
)