Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:25:45

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # rechit producer
0004 ecal2004TBRecHit = cms.EDProducer("EcalRecHitProducer",
0005     EErechitCollection = cms.string(''),
0006     EEuncalibRecHitCollection = cms.InputTag(""),
0007     EBuncalibRecHitCollection = cms.InputTag("ecal2004TBWeightUncalibRecHit","EcalUncalibRecHitsEB"),
0008     EBrechitCollection = cms.string("EcalRecHitsEB"),
0009     algo = cms.string("EcalRecHitWorkerSimple")
0010 )