1 import FWCore.ParameterSet.Config
as cms
6 convertedPhotonAnalyzer = cms.EDAnalyzer(
"SimpleConvertedPhotonAnalyzer",
7 convertedPhotonCollection = cms.string(
'conversions'),
8 phoProducer = cms.string(
'photonWithConversions'),
9 HistOutFile = cms.untracked.string(
'analyzer.root'),
10 moduleLabelMC = cms.untracked.string(
'source'),
11 moduleLabelTk = cms.untracked.string(
'g4SimHits'),
12 moduleLabelHit = cms.untracked.string(
'g4SimHits'),
13 moduleLabelVtx = cms.untracked.string(
'g4SimHits')