CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/PhysicsTools/SelectorUtils/python/pvSelector_cfi.py

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     )