CMS 3D CMS Logo

simpleConvertedPhotonAnalyzer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 #  Author: N. Marinelli, U. of Notre Dame, US
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 

Generated on Tue Jun 9 17:43:34 2009 for CMSSW by  doxygen 1.5.4