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