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 # create the EcalMustacheSCParameters record on the fly
7 # create the EcalSCDynamicDPhiParameters record on the fly
9 
10 # define the default ECAL clustering (Mustache or Box)
11 particleFlowSuperClusterECAL = _particleFlowSuperClusterECALMustache.clone()
12 
13 from Configuration.ProcessModifiers.pp_on_AA_cff import pp_on_AA
14 pp_on_AA.toModify(particleFlowSuperClusterECAL, useDynamicDPhiWindow = False)
15 pp_on_AA.toModify(particleFlowSuperClusterECAL, phiwidth_SuperClusterBarrel = 0.20)
16 pp_on_AA.toModify(particleFlowSuperClusterECAL, phiwidth_SuperClusterEndcap = 0.20)
17 
18 from Configuration.ProcessModifiers.egamma_lowPt_exclusive_cff import egamma_lowPt_exclusive
19 egamma_lowPt_exclusive.toModify(particleFlowSuperClusterECAL,
20  thresh_SCEt = 1.0,
21  thresh_PFClusterSeedBarrel = 0.5,
22  thresh_PFClusterSeedEndcap = 0.5)
particleFlowSuperClusterECALMustache_cfi
EcalMustacheSCParametersESProducer_cff
EcalSCDynamicDPhiParametersESProducer_cff