Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 trackVertexArbitrator = cms.EDProducer("TrackVertexArbitrator",
00004 beamSpot = cms.InputTag("offlineBeamSpot"),
00005 primaryVertices = cms.InputTag("offlinePrimaryVertices"),
00006 tracks = cms.InputTag("generalTracks"),
00007 secondaryVertices = cms.InputTag("vertexMerger"),
00008 dLenFraction = cms.double(0.333),
00009 dRCut = cms.double(0.4),
00010 distCut = cms.double(0.04),
00011 sigCut = cms.double(5)
00012 )
00013
00014