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')