CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
simplePhotonAnalyzer_cfi.py
Go to the documentation of this file.
2 
3 #
4 # Author: N. Marinelli, U. of Notre Dame, US
5 # $Id: simplePhotonAnalyzer_cfi.py,v 1.4 2009/11/26 19:37:36 nancy Exp $
6 #
7 simplePhotonAnalyzer = cms.EDAnalyzer("SimplePhotonAnalyzer",
8  phoProducer = cms.string('photons'),
9  mcProducer = cms.string('generator'),
10  endcapEcalHits = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
11  # 1=pt10,2=pt35,3=Hgg, 4=gamJetHighEnergy
12  sample = cms.int32(2),
13  photonCollection = cms.string(''),
14  primaryVertexProducer = cms.string('offlinePrimaryVerticesWithBS'),
15  barrelEcalHits = cms.InputTag("ecalRecHit","EcalRecHitsEB")
16 )
17 
18