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 ecalPreshowerRecHitFit = cms.EDProducer("ESRecHitProducer",
0005                                         ESrechitCollection = cms.string('EcalRecHitsESFit'),
0006                                         ESdigiCollection = cms.InputTag("ecalPreshowerDigis"),
0007                                         algo = cms.string("ESRecHitWorker"),
0008                                         ESRecoAlgo = cms.int32(1)
0009                                         )