Main Page
Namespaces
Classes
Package Documentation
PhysicsTools
SelectorUtils
python
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
)
Generated for CMSSW Reference Manual by
1.8.11