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 = cms.InputTag(
"correctedIslandBarrelSuperClusters")
23 photonCore.scIslandEndcapProducer = cms.InputTag(
"correctedIslandEndcapSuperClusters")
24 photonCore.minSCEt = cms.double(8.0)
25 photons.minSCEtBarrel = cms.double(5.0)
26 photons.minSCEtEndcap = cms.double(15.0)
27 photons.minR9Barrel = cms.double(10.)
28 photons.minR9Endcap = cms.double(10.)
29 photons.maxHoverEEndcap = cms.double(0.5)
30 photons.maxHoverEBarrel = cms.double(0.99)
31 photons.primaryVertexProducer = cms.InputTag(
'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 = cms.InputTag(
"hiSpikeCleanedSC")
50 cleanPhotons = photons.clone(
51 photonCoreProducer = cms.InputTag(
"cleanPhotonCore")
54 hiPhotonCleaningTask = cms.Task(hiSpikeCleanedSC,
57 hiPhotonCleaningSequence = cms.Sequence(hiPhotonCleaningTask)