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.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 cosmicPhotonAnalysis = DQMOffline.EGamma.photonAnalyzer_cfi.photonAnalysis.clone()
6 cosmicPhotonAnalysis.ComponentName = cms.string('cosmicPhotonAnalysis')
7 cosmicPhotonAnalysis.analyzerName = cms.string('stdPhotonAnalyzer')
8 cosmicPhotonAnalysis.phoProducer = cms.InputTag('photons')
9 cosmicPhotonAnalysis.minPhoEtCut = cms.double(0.0)
10 cosmicPhotonAnalysis.eMax = cms.double(3.0)
11 cosmicPhotonAnalysis.etMax = cms.double(3.0)
12 cosmicPhotonAnalysis.r9Max = cms.double(1.5)
13 
14 cosmicPhotonAnalysis.barrelRecHitProducer = cms.InputTag('ecalRecHit')
15 cosmicPhotonAnalysis.barrelRecHitCollection = cms.InputTag('EcalRecHitsEB')
16 cosmicPhotonAnalysis.endcapRecHitProducer = cms.InputTag('ecalRecHit')
17 cosmicPhotonAnalysis.endcapRecHitCollection = cms.InputTag('EcalRecHitsEE')