CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfV0_cfi.py
Go to the documentation of this file.
2 
3 pfV0 = cms.EDProducer(
4  "PFV0Producer",
5  V0List = cms.VInputTag(cms.InputTag("generalV0Candidates","Kshort"),
6  cms.InputTag("generalV0Candidates","Lambda")
7  )
8 
9 )
10 
11