10 hiEcalClusteringSequence = cms.Sequence(islandClusteringSequence*hybridClusteringSequence*multi5x5ClusteringSequence*multi5x5PreshowerClusteringSequence*preshowerClusteringSequence)
13 highPurityTracks = cms.EDFilter(
"TrackSelector",
14 src = cms.InputTag(
"hiSelectedTracks"),
15 cut = cms.string(
'quality("highPurity")')
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.string(
'hiSelectedVertex')
32 photons.isolationSumsCalculatorSet.trackProducer = cms.InputTag(
"highPurityTracks")
34 hiPhotonSequence = cms.Sequence(highPurityTracks*photonSequence)
40 hiEcalClusters = cms.Sequence(hiEcalClusteringSequence)
41 hiEgammaSequence = cms.Sequence(hiPhotonSequence)
42 hiEcalClustersIsolation = cms.Sequence(hiEgammaSequence * hiEgammaIsolationSequence)
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 hiPhotonCleaningSequence = cms.Sequence(hiSpikeCleanedSC *