CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecal2004TBRecHit_cfi.py
Go to the documentation of this file.
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 )