CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/RecoEgamma/EgammaPhotonProducers/python/cosmicPhotonSequence_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoEgamma.EgammaPhotonProducers.photonSequence_cff import *
00004 photonCore.scHybridBarrelProducer = cms.InputTag("cosmicSuperClusters","CosmicBarrelSuperClusters")
00005 photonCore.scIslandEndcapProducer = cms.InputTag("cosmicSuperClusters","CosmicEndcapSuperClusters")
00006 photonCore.minSCEt = cms.double(0.0)
00007 
00008 
00009 photons.usePrimaryVertex = cms.bool(False)
00010 photons.minSCEtBarrel = cms.double(0.0)
00011 photons.minSCEtEndcap = cms.double(0.0)
00012 
00013 cosmicPhotonSequence = cms.Sequence(photonCore+photons)