00001 import FWCore.ParameterSet.Config as cms 00002 00003 caloSimHitStudy = cms.EDFilter("CaloSimHitStudy", 00004 HCCollection = cms.untracked.string('HcalHits'), 00005 ModuleLabel = cms.untracked.string('g4SimHits'), 00006 MaxEnergy = cms.untracked.double(50.0), 00007 EECollection = cms.untracked.string('EcalHitsEE'), 00008 EBCollection = cms.untracked.string('EcalHitsEB'), 00009 ESCollection = cms.untracked.string('EcalHitsES') 00010 ) 00011 00012