1 import FWCore.ParameterSet.Config
as cms
6 particleFlowSuperClusterECAL = _particleFlowSuperClusterECALMustache.clone()
8 from Configuration.ProcessModifiers.pp_on_AA_cff
import pp_on_AA
9 pp_on_AA.toModify(particleFlowSuperClusterECAL, useDynamicDPhiWindow =
False,
10 phiwidth_SuperClusterBarrel = 0.20,
11 phiwidth_SuperClusterEndcap = 0.20)
13 from Configuration.ProcessModifiers.egamma_lowPt_exclusive_cff
import egamma_lowPt_exclusive
14 egamma_lowPt_exclusive.toModify(particleFlowSuperClusterECAL,
16 thresh_PFClusterSeedBarrel = 0.5,
17 thresh_PFClusterSeedEndcap = 0.5)