CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pvSelector_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 pvSelector = cms.PSet(
5  NPV = cms.int32(1),
6  pvSrc = cms.InputTag('offlinePrimaryVertices'),
7  minNdof = cms.double(4.0),
8  maxZ = cms.double(15.0),
9  maxRho = cms.double(2.0)
10  )