CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
photonsWithConversionsAnalyzer_cfi.py
Go to the documentation of this file.
2 
3 #
4 # Author: N. Marinelli, U. of Notre Dame, US
5 #
6 photonsWithConversionsAnalyzer = cms.EDAnalyzer("PhotonsWithConversionsAnalyzer",
7  phoProducer = cms.string('correctedPhotons'),
8  HistOutFile = cms.untracked.string('analyzer.root'),
9  moduleLabelMC = cms.untracked.string('source'),
10  moduleLabelTk = cms.untracked.string('g4SimHits'),
11  photonCollection = cms.string('correctedPhotonsWithConversions'),
12  moduleLabelHit = cms.untracked.string('g4SimHits'),
13  moduleLabelVtx = cms.untracked.string('g4SimHits')
14 )
15 
16