CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/SimG4CMS/Calo/python/HitParentTest_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 HitParentTest = cms.EDAnalyzer("HitParentTest",
00004     SourceLabel  = cms.untracked.string('generator'),
00005     ModuleLabel  = cms.untracked.string('g4SimHits'),
00006     EBCollection = cms.untracked.string('EcalHitsEB'),
00007     EECollection = cms.untracked.string('EcalHitsEE'),
00008     ESCollection = cms.untracked.string('EcalHitsES'),
00009     HCCollection = cms.untracked.string('HcalHits')
00010 )
00011 
00012