CMS 3D CMS Logo

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  ComponentName = 'cosmicPhotonAnalysis',
7  analyzerName = 'stdPhotonAnalyzer',
8  phoProducer = 'photons',
9  minPhoEtCut = 0.0,
10  eMax = 3.0,
11  etMax = 3.0,
12  r9Max = 1.5,
13 
14  barrelRecHitProducer = 'ecalRecHit',
15  endcapRecHitProducer = 'ecalRecHit'
16 )