CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoLocalCalo/EcalRecProducers/python/ecalRecalibRecHit_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # re-calibrated rechit producer
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 )