CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoVertex/AdaptiveVertexFinder/python/trackVertexArbitrator_cfi.py

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.01),
00011        sigCut = cms.double(5)
00012 )
00013 
00014