src
HLTrigger
Configuration
python
HLT_75e33
modules
hltGoodOfflinePrimaryVertices_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
hltGoodOfflinePrimaryVertices = cms.EDFilter(
"VertexSelector"
,
4
cut = cms.string(
'!isFake && ndof >= 4.0 && abs(z) <= 24.0 && abs(position.Rho) <= 2.0'
),
5
filter = cms.bool(
False
),
6
src = cms.InputTag(
"hltOfflinePrimaryVertices"
)
7
)
Generated for CMSSW Reference Manual by
1.8.14