1 import FWCore.ParameterSet.Config
as cms
12 particleFlowSuperClusterECAL.regressionConfig.vertexCollection =
'hiSelectedVertex' 14 hiEcalClusteringTask = cms.Task(islandClusteringTask,hybridClusteringTask,multi5x5ClusteringTask,multi5x5PreshowerClusteringTask,preshowerClusteringTask,particleFlowSuperClusterECAL)
15 hiEcalClusteringSequence = cms.Sequence(hiEcalClusteringTask)
22 photonCore.scHybridBarrelProducer =
"correctedIslandBarrelSuperClusters" 23 photonCore.scIslandEndcapProducer =
"correctedIslandEndcapSuperClusters" 24 photonCore.minSCEt = 8.0
25 photons.minSCEtBarrel = 5.0
26 photons.minSCEtEndcap = 15.0
27 photons.minR9Barrel = 10.
28 photons.minR9Endcap = 10.
29 photons.maxHoverEEndcap = 0.5
30 photons.maxHoverEBarrel = 0.99
31 photons.primaryVertexProducer =
'hiSelectedVertex' 32 photons.isolationSumsCalculatorSet.trackProducer = isolationInputParameters.track
34 from RecoHI.HiEgammaAlgos.photonIsolationHIProducer_cfi
import photonIsolationHIProducer
35 hiPhotonTask = cms.Task(photonTask,photonIsolationHIProducer)
36 hiPhotonSequence = cms.Sequence(hiPhotonTask)
39 hiEcalClustersTask = cms.Task(hiEcalClusteringTask)
40 hiEcalClusters = cms.Sequence(hiEcalClustersTask)
41 hiEgammaTask = cms.Task(hiPhotonTask)
42 hiEgammaSequence = cms.Sequence(hiEgammaTask)
45 import RecoHI.HiEgammaAlgos.hiSpikeCleaner_cfi
46 hiSpikeCleanedSC = RecoHI.HiEgammaAlgos.hiSpikeCleaner_cfi.hiSpikeCleaner.clone()
47 cleanPhotonCore = photonCore.clone(
48 scHybridBarrelProducer =
"hiSpikeCleanedSC" 50 cleanPhotons = photons.clone(
51 photonCoreProducer = cms.InputTag(
"cleanPhotonCore")
54 hiPhotonCleaningTask = cms.Task(hiSpikeCleanedSC,
57 hiPhotonCleaningSequence = cms.Sequence(hiPhotonCleaningTask)