File indexing completed on 2022-11-25 00:27:17
0001 import FWCore.ParameterSet.Config as cms
0002
0003 HitParentTest = cms.EDAnalyzer('HitParentTest',
0004 SourceLabel = cms.untracked.string('generatorSmeared'),
0005 ModuleLabel = cms.untracked.string('g4SimHits'),
0006 EBCollection = cms.untracked.string('EcalHitsEB'),
0007 EECollection = cms.untracked.string('EcalHitsEE'),
0008 ESCollection = cms.untracked.string('EcalHitsES'),
0009 HCCollection = cms.untracked.string('HcalHits'),
0010 mightGet = cms.optional.untracked.vstring
0011 )