CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalRawToRecHitProducer_cfi.py
Go to the documentation of this file.
2 
3 EcalRawToRecHitProducer = cms.EDProducer("EcalRawToRecHitProducer",
4  lazyGetterTag = cms.InputTag("EcalRawToRecHitFacility"),
5  sourceTag = cms.InputTag("EcalRawToRecHitRoI"),
6  splitOutput = cms.bool(True),
7  EBrechitCollection = cms.string('EcalRecHitsEB'),
8  EErechitCollection = cms.string('EcalRecHitsEE'),
9  rechitCollection = cms.string('')
10 )
11 
12