CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/DQMOffline/EGamma/python/cosmicPhotonAnalyzer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from DQMOffline.EGamma.photonAnalyzer_cfi import photonAnalysis as _photonAnalysis 
00004 cosmicPhotonAnalysis = _photonAnalysis.clone()
00005 
00006 cosmicPhotonAnalysis.minPhoEtCut = cms.double(0.0)
00007 cosmicPhotonAnalysis.eMax = cms.double(3.0)
00008 cosmicPhotonAnalysis.etMax = cms.double(3.0)
00009 cosmicPhotonAnalysis.r9Max = cms.double(1.5)    
00010 
00011 cosmicPhotonAnalysis.barrelRecHitProducer = cms.string('ecalRecHit')
00012 cosmicPhotonAnalysis.barrelRecHitCollection = cms.string('EcalRecHitsEB')
00013 cosmicPhotonAnalysis.endcapRecHitProducer = cms.string('ecalRecHit')
00014 cosmicPhotonAnalysis.endcapRecHitCollection = cms.string('EcalRecHitsEE')