1 = cms.EDProducer(
"PixelTracksProducer",
3 ComponentName = cms.string(
'PixelTrackFilterByKinematics'),
4 chi2 = cms.double(1000.0),
5 nSigmaInvPtTolerance = cms.double(0.0),
6 nSigmaTipMaxTolerance = cms.double(0.0),
7 ptMin = cms.double(0.1),
8 tipMax = cms.double(1.0)
10 FitterPSet = cms.PSet(
11 ComponentName = cms.string(
'PixelFitterByHelixProjections'),
12 TTRHBuilder = cms.string(
'WithoutRefit')
14 RegionFactoryPSet = cms.PSet(
15 ComponentName = cms.string(
'GlobalRegionProducer'),
16 RegionPSet = cms.PSet(
17 originHalfLength = cms.double(21.2),
18 originRadius = cms.double(0.2),
19 originXPos = cms.double(0.0),
20 originYPos = cms.double(0.0),
21 originZPos = cms.double(0.0),
22 precise = cms.bool(
True),
23 ptMin = cms.double(0.9)
26 SeedProducer = cms.InputTag(
"pixelTripletSeeds")