00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006 convertedPhotonAnalyzer = cms.EDAnalyzer("SimpleConvertedPhotonAnalyzer",
00007 convertedPhotonCollection = cms.string('conversions'),
00008 phoProducer = cms.string('photonWithConversions'),
00009 HistOutFile = cms.untracked.string('analyzer.root'),
00010 moduleLabelMC = cms.untracked.string('source'),
00011 moduleLabelTk = cms.untracked.string('g4SimHits'),
00012 moduleLabelHit = cms.untracked.string('g4SimHits'),
00013 moduleLabelVtx = cms.untracked.string('g4SimHits')
00014 )
00015
00016