CMS 3D CMS Logo

ecal2004TBRecHit_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # rechit producer
4 ecal2004TBRecHit = cms.EDProducer("EcalRecHitProducer",
5  EErechitCollection = cms.string(''),
6  EEuncalibRecHitCollection = cms.InputTag(""),
7  EBuncalibRecHitCollection = cms.InputTag("ecal2004TBWeightUncalibRecHit","EcalUncalibRecHitsEB"),
8  EBrechitCollection = cms.string("EcalRecHitsEB"),
9  algo = cms.string("EcalRecHitWorkerSimple")
10 )