CMS 3D CMS Logo

hltPhase2L3FromL1TkMuonPixelVertices_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltPhase2L3FromL1TkMuonPixelVertices = cms.EDProducer("PixelVertexProducer",
4  Finder = cms.string('DivisiveVertexFinder'),
5  Method2 = cms.bool(True),
6  NTrkMin = cms.int32(2),
7  PVcomparer = cms.PSet(
8  refToPSet_ = cms.string('hltPhase2PSetPvClusterComparerForIT')
9  ),
10  PtMin = cms.double(1.0),
11  TrackCollection = cms.InputTag("hltPhase2L3FromL1TkMuonPixelTracks"),
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.05),
17  beamSpot = cms.InputTag("hltOnlineBeamSpot")
18 )