CMS 3D CMS Logo

HeterogeneousHEBRecHitGPU_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
3 
4 HEBRecHitGPUProd = cms.EDProducer('HEBRecHitGPU',
5  HGCHEBUncalibRecHitsTok = cms.InputTag('HGCalUncalibRecHit', 'HGCHEBUncalibRecHits'),
6  HGCHEB_keV2DIGI = HGCalRecHit.__dict__['HGCHEB_keV2DIGI'],
7  HGCHEB_noise_MIP = HGCalRecHit.__dict__['HGCHEB_noise_MIP'],
8  weights = HGCalRecHit.__dict__['layerWeights'] )