Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
RecoParticleFlow
PFTracking
python
pfV0_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
Generated for CMSSW Reference Manual by
1.8.5