Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 ecalRecHit = cms.EDProducer("EcalRecalibRecHitProducer",
00005 doEnergyScale = cms.bool(False),
00006 doIntercalib = cms.bool(False),
00007 EERecHitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
00008 EBRecHitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
00009 doLaserCorrections = cms.bool(False),
00010 EBRecalibRecHitCollection = cms.string('EcalRecHitsEB'),
00011 EERecalibRecHitCollection = cms.string('EcalRecHitsEE')
00012 )