Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 offlinePrimaryVerticesWithBS = cms.EDFilter("VertexSelector",
00004 src = cms.InputTag("offlinePrimaryVertices","WithBS"),
00005 cut = cms.string(""),
00006 filter = cms.bool(False)
00007 )
00008
00009