CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/EventFilter/EcalRawToDigi/python/EcalRawToRecHitProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 EcalRawToRecHitProducer = cms.EDProducer("EcalRawToRecHitProducer",
00004     lazyGetterTag = cms.InputTag("EcalRawToRecHitFacility"),
00005     sourceTag = cms.InputTag("EcalRawToRecHitRoI"),
00006     splitOutput = cms.bool(True),
00007     EBrechitCollection = cms.string('EcalRecHitsEB'),
00008     EErechitCollection = cms.string('EcalRecHitsEE'),
00009     rechitCollection = cms.string('')
00010 )
00011 
00012