Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 from RecoLocalCalo.HGCalRecProducers.HGCalRecHit_cfi import HGCalRecHit
0003 
0004 HEBRecHitGPUProd = cms.EDProducer('HEBRecHitGPU',
0005                                   HGCHEBUncalibRecHitsTok = cms.InputTag('HGCalUncalibRecHit', 'HGCHEBUncalibRecHits'),
0006                                   HGCHEB_keV2DIGI  = HGCalRecHit.__dict__['HGCHEB_keV2DIGI'],
0007                                   HGCHEB_noise_MIP = HGCalRecHit.__dict__['HGCHEB_noise_MIP'],
0008                                   weights          = HGCalRecHit.__dict__['layerWeights'] )