CMS 3D CMS Logo

ecalPreshowerSimHitsValidation_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ecalPreshowerSimHitsValidation = cms.EDFilter("ecalPreshowerSimHitsValidation",
00004     EEHitsCollection = cms.string('EcalHitsEE'),
00005     ESHitsCollection = cms.string('EcalHitsES'),
00006     moduleLabelG4 = cms.string('g4SimHits'),
00007     verbose = cms.untracked.bool(False),
00008     moduleLabelMC = cms.string('source')
00009 )
00010 
00011 

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