CMS 3D CMS Logo

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 )