CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
cosmicPhotonSequence_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 photonCore.scHybridBarrelProducer = cms.InputTag("cosmicSuperClusters","CosmicBarrelSuperClusters")
5 photonCore.scIslandEndcapProducer = cms.InputTag("cosmicSuperClusters","CosmicEndcapSuperClusters")
6 photonCore.minSCEt = cms.double(0.0)
7 
8 
9 photons.usePrimaryVertex = cms.bool(False)
10 photons.minSCEtBarrel = cms.double(0.0)
11 photons.minSCEtEndcap = cms.double(0.0)
12 
13 cosmicPhotonSequence = cms.Sequence(photonCore+photons)