3 pixelVertices = cms.EDProducer(
"PixelVertexProducer",
4 WtAverage = cms.bool(
True),
5 ZOffset = cms.double(5.0),
6 beamSpot = cms.InputTag(
"offlineBeamSpot"),
7 Verbosity = cms.int32(0),
8 UseError = cms.bool(
True),
9 TrackCollection = cms.InputTag(
"pixelTracks"),
10 ZSeparation = cms.double(0.05),
11 NTrkMin = cms.int32(2),
12 Method2 = cms.bool(
True),
13 Finder = cms.string(
'DivisiveVertexFinder'),
14 PtMin = cms.double(1.0)