CMS 3D CMS Logo

Variables

python::trackVertexArbitrator_cfi Namespace Reference

Variables

tuple trackVertexArbitrator

Variable Documentation

Initial value:
00001 cms.EDProducer("TrackVertexArbitrator",
00002        beamSpot = cms.InputTag("offlineBeamSpot"),
00003        primaryVertices = cms.InputTag("offlinePrimaryVertices"),
00004        tracks = cms.InputTag("generalTracks"),
00005        secondaryVertices = cms.InputTag("vertexMerger"),
00006        dLenFraction = cms.double(0.333),
00007        dRCut = cms.double(0.4),
00008        distCut = cms.double(0.01),
00009        sigCut = cms.double(5)
00010 )

Definition at line 3 of file trackVertexArbitrator_cfi.py.