CMS 3D CMS Logo

pfParticleProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 allLayer1PFParticles = cms.EDProducer("PATPFParticleProducer",
00004     # General configurables
00005     pfCandidateSource = cms.InputTag("pfTopProjection:PFCandidates"),
00006 
00007     # MC matching configurables
00008     addGenMatch = cms.bool(False),
00009     genParticleMatch = cms.InputTag(""),   ## particles source to be used for the MC matching
00010                                            ## must be an InputTag or VInputTag to a product of
00011                                            ## type edm::Association<reco::GenParticleCollection>
00012     embedGenMatch = cms.bool(False),       ## embed gen match inside the object instead of storing the ref
00013 
00014 )
00015 
00016 

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