1 = cms.EDProducer(
"HIPixelMedianVtxProducer",
2 TrackCollection = cms.InputTag(
'hiPixel3ProtoTracks'),
3 PtMin = cms.double(0.075),
4 PeakFindThreshold = cms.uint32(100),
5 PeakFindMaxZ = cms.double(30.0),
6 PeakFindBinsPerCm = cms.int32(10),
7 FitThreshold = cms.int32(5),
8 FitMaxZ = cms.double(0.1),
9 FitBinsPerCm = cms.int32(500)