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