1 import FWCore.ParameterSet.Config
as cms
3 hltPhase2PixelVertices = cms.EDProducer(
"PixelVertexProducer",
4 Finder = cms.string(
'DivisiveVertexFinder'),
5 Method2 = cms.bool(
True),
6 NTrkMin = cms.int32(2),
8 refToPSet_ = cms.string(
'pSetPvClusterComparerForIT')
10 PtMin = cms.double(1.0),
11 TrackCollection = cms.InputTag(
"hltPhase2PixelTracks"),
12 UseError = cms.bool(
True),
13 Verbosity = cms.int32(0),
14 WtAverage = cms.bool(
True),
15 ZOffset = cms.double(5.0),
16 ZSeparation = cms.double(0.005),
17 beamSpot = cms.InputTag(
"hltOnlineBeamSpot")