CMS 3D CMS Logo

simpleConvertedPhotonAnalyzer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # Author: N. Marinelli, U. of Notre Dame, US
5 #
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')
14 )
15 
16