CMS 3D CMS Logo

particleFlowSuperClusterECAL_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from RecoEcal.EgammaClusterProducers.particleFlowSuperClusterECALMustache_cfi import particleFlowSuperClusterECALMustache as _particleFlowSuperClusterECALMustache
4 
5 # define the default ECAL clustering (Mustache or Box)
6 particleFlowSuperClusterECAL = _particleFlowSuperClusterECALMustache.clone()
7 
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)
12 
13 from Configuration.ProcessModifiers.egamma_lowPt_exclusive_cff import egamma_lowPt_exclusive
14 egamma_lowPt_exclusive.toModify(particleFlowSuperClusterECAL,
15  thresh_SCEt = 1.0,
16  thresh_PFClusterSeedBarrel = 0.5,
17  thresh_PFClusterSeedEndcap = 0.5)
particleFlowSuperClusterECALMustache_cfi