CMS 3D CMS Logo

CaloSimHitStudy_cfi.py

Go to the documentation of this file.
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 

Generated on Tue Jun 9 17:46:49 2009 for CMSSW by  doxygen 1.5.4