CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/RecoVertex/PrimaryVertexProducer/python/OfflinePrimaryVerticesWithBS_cfi.py

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