CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
cosmicPhotonAnalyzer_cfi.py
Go to the documentation of this file.
2 
3 from DQMOffline.EGamma.photonAnalyzer_cfi import photonAnalysis as cosmicPhotonAnalysis
4 
5 cosmicPhotonAnalysis.minPhoEtCut = cms.double(0.0)
6 cosmicPhotonAnalysis.eMax = cms.double(3.0)
7 cosmicPhotonAnalysis.etMax = cms.double(3.0)
8 cosmicPhotonAnalysis.r9Max = cms.double(1.5)
9 
10 cosmicPhotonAnalysis.barrelRecHitProducer = cms.string('ecalRecHit')
11 cosmicPhotonAnalysis.barrelRecHitCollection = cms.string('EcalRecHitsEB')
12 cosmicPhotonAnalysis.endcapRecHitProducer = cms.string('ecalRecHit')
13 cosmicPhotonAnalysis.endcapRecHitCollection = cms.string('EcalRecHitsEE')