CMS 3D CMS Logo

cosmicPhotonSequence_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 photonCore.scHybridBarrelProducer = "cosmicSuperClusters:CosmicBarrelSuperClusters"
5 photonCore.scIslandEndcapProducer = "cosmicSuperClusters:CosmicEndcapSuperClusters"
6 photonCore.minSCEt = 0.0
7 
8 
9 photons.usePrimaryVertex = False
10 photons.minSCEtBarrel = 0.0
11 photons.minSCEtEndcap = 0.0
12 
13 cosmicPhotonTask = cms.Task(photonCore,photons)
14 cosmicPhotonSequence = cms.Sequence(cosmicPhotonTask)