File indexing completed on 2024-04-06 12:24:58
0001 import FWCore.ParameterSet.Config as cms
0002
0003 from RecoEgamma.EgammaPhotonProducers.photonSequence_cff import *
0004 photonCore.scHybridBarrelProducer = "cosmicSuperClusters:CosmicBarrelSuperClusters"
0005 photonCore.scIslandEndcapProducer = "cosmicSuperClusters:CosmicEndcapSuperClusters"
0006 photonCore.minSCEt = 0.0
0007
0008
0009 photons.usePrimaryVertex = False
0010 photons.minSCEtBarrel = 0.0
0011 photons.minSCEtEndcap = 0.0
0012
0013 cosmicPhotonTask = cms.Task(photonCore,photons)
0014 cosmicPhotonSequence = cms.Sequence(cosmicPhotonTask)