Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-07-18 22:34:05

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hcalMahiPulseOffsetsGPUESProducer = cms.ESSource('HcalMahiPulseOffsetsGPUESProducer',
0004   pulseOffsets = cms.vint32(
0005     -3,
0006     -2,
0007     -1,
0008     0,
0009     1,
0010     2,
0011     3,
0012     4
0013   ),
0014   appendToDataLabel = cms.string('')
0015 )