CMS 3D CMS Logo

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     PFTrackColl = cms.InputTag("elecpreid"),
00006     V0List = cms.VInputTag(cms.InputTag("generalV0Candidates","Kshort")
00007 #                           ,cms.InputTag("generalV0Candidates","LambdaBar"),
00008 #                           cms.InputTag("generalV0Candidates","Lambda")
00009                            )
00010                   
00011 )
00012 
00013 

Generated on Tue Jun 9 17:44:49 2009 for CMSSW by  doxygen 1.5.4