1 import FWCore.ParameterSet.Config
as cms
12 particleFlowSuperClusterECAL.regressionConfig.vertexCollection =
'hiSelectedVertex' 14 hiEcalClusteringSequence = cms.Sequence(islandClusteringSequence*hybridClusteringSequence*multi5x5ClusteringSequence*multi5x5PreshowerClusteringSequence*preshowerClusteringSequence*particleFlowSuperClusteringSequence)
21 photonCore.scHybridBarrelProducer = cms.InputTag(
"correctedIslandBarrelSuperClusters")
22 photonCore.scIslandEndcapProducer = cms.InputTag(
"correctedIslandEndcapSuperClusters")
23 photonCore.minSCEt = cms.double(8.0)
24 photons.minSCEtBarrel = cms.double(5.0)
25 photons.minSCEtEndcap = cms.double(15.0)
26 photons.minR9Barrel = cms.double(10.)
27 photons.minR9Endcap = cms.double(10.)
28 photons.maxHoverEEndcap = cms.double(0.5)
29 photons.maxHoverEBarrel = cms.double(0.99)
30 photons.primaryVertexProducer = cms.InputTag(
'hiSelectedVertex')
31 photons.isolationSumsCalculatorSet.trackProducer = isolationInputParameters.track
33 from RecoHI.HiEgammaAlgos.photonIsolationHIProducer_cfi
import photonIsolationHIProducer
34 hiPhotonSequence = cms.Sequence(photonSequence * photonIsolationHIProducer)
37 hiEcalClusters = cms.Sequence(hiEcalClusteringSequence)
38 hiEgammaSequence = cms.Sequence(hiPhotonSequence)
41 import RecoHI.HiEgammaAlgos.hiSpikeCleaner_cfi
42 hiSpikeCleanedSC = RecoHI.HiEgammaAlgos.hiSpikeCleaner_cfi.hiSpikeCleaner.clone()
43 cleanPhotonCore = photonCore.clone(
44 scHybridBarrelProducer = cms.InputTag(
"hiSpikeCleanedSC")
46 cleanPhotons = photons.clone(
47 photonCoreProducer = cms.InputTag(
"cleanPhotonCore")
50 hiPhotonCleaningSequence = cms.Sequence(hiSpikeCleanedSC *