Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 pvSelector = cms.PSet(
00005 pvSrc = cms.InputTag('offlinePrimaryVertices'),
00006 minNdof = cms.double(4.0),
00007 maxZ = cms.double(15.0),
00008 maxRho = cms.double(2.0)
00009 )