CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfLinker_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 import RecoParticleFlow.PFProducer.pfLinker_cfi
5 particleFlow = RecoParticleFlow.PFProducer.pfLinker_cfi.pfLinker.clone()
6 particleFlow.PFCandidate = [cms.InputTag("particleFlowTmp")]
7 particleFlowPtrs = RecoParticleFlow.PFProducer.particleFlowTmpPtrs_cfi.particleFlowTmpPtrs.clone()
8 particleFlowPtrs.src = "particleFlow"