CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_4/src/RecoParticleFlow/PFTracking/python/pfV0_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 pfV0 = cms.EDProducer(
00004     "PFV0Producer", 
00005     V0List = cms.VInputTag(cms.InputTag("generalV0Candidates","Kshort"),
00006                            cms.InputTag("generalV0Candidates","Lambda")
00007                            )
00008                   
00009 )
00010 
00011