1 import FWCore.ParameterSet.Config
as cms
4 ecalRecHit = cms.EDProducer(
"EcalRecalibRecHitProducer",
5 doEnergyScale = cms.bool(
False),
6 doEnergyScaleInverse = cms.bool(
False),
7 doIntercalib = cms.bool(
False),
8 doIntercalibInverse = cms.bool(
False),
9 EERecHitCollection = cms.InputTag(
"ecalRecHit",
"EcalRecHitsEE"),
10 EBRecHitCollection = cms.InputTag(
"ecalRecHit",
"EcalRecHitsEB"),
11 doLaserCorrections = cms.bool(
False),
12 doLaserCorrectionsInverse = cms.bool(
False),
13 EBRecalibRecHitCollection = cms.string(
'EcalRecHitsEB'),
14 EERecalibRecHitCollection = cms.string(
'EcalRecHitsEE')