Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 hiPixelMedianVertex = cms.EDProducer("HIPixelMedianVtxProducer",
00004 TrackCollection = cms.InputTag('hiPixel3ProtoTracks'),
00005 PtMin = cms.double(0.075),
00006 PeakFindThreshold = cms.uint32(100),
00007 PeakFindMaxZ = cms.double(30.0),
00008 PeakFindBinsPerCm = cms.int32(10),
00009 FitThreshold = cms.int32(5),
00010 FitMaxZ = cms.double(0.1),
00011 FitBinsPerCm = cms.int32(500)
00012 )
00013
00014