CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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  PFCandidate = ["particleFlowTmp"]
7 )
8 particleFlowPtrs = RecoParticleFlow.PFProducer.particleFlowTmpPtrs_cfi.particleFlowTmpPtrs.clone(
9  src = "particleFlow"
10 )
11 from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal
12 phase2_hgcal.toModify(particleFlow, forceElectronsInHGCAL = True)