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 # Ecal Preshower rechit producer
0004 ecalPreshowerRecHit = cms.EDProducer("ESRecHitProducer",
0005                                      ESrechitCollection = cms.string('EcalRecHitsES'),
0006                                      ESdigiCollection = cms.InputTag("ecalPreshowerDigis"),
0007                                      algo = cms.string("ESRecHitWorker"),
0008                                      ESRecoAlgo = cms.int32(0)
0009 )