1 import FWCore.ParameterSet.Config
as cms
3 import RecoParticleFlow.PFProducer.pfLinker_cfi
5 particleFlow = RecoParticleFlow.PFProducer.pfLinker_cfi.pfLinker.clone(
6 PFCandidate = [
"particleFlowTmp"]
8 particleFlowPtrs = RecoParticleFlow.PFProducer.particleFlowTmpPtrs_cfi.particleFlowTmpPtrs.clone(
11 from Configuration.Eras.Modifier_phase2_hgcal_cff
import phase2_hgcal
12 phase2_hgcal.toModify(particleFlow, forceElectronsInHGCAL =
True)