CMS 3D CMS Logo

muonSelectorVertex_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 muonSelectorVertex = cms.EDProducer(
4  "MuonSelectorVertex"
5 , muonSource = cms.InputTag( 'selectedPatMuons' )
6 , vertexSource = cms.InputTag( 'offlinePrimaryVertices' )
7 , maxDZ = cms.double( 0.5 )
8 )