![]() |
|
|||
File indexing completed on 2025-02-07 14:24:07
0001 import FWCore.ParameterSet.Config as cms 0002 0003 def HcalMahiPulseOffsetsGPUESProducer(*args, **kwargs): 0004 mod = cms.ESSource('HcalMahiPulseOffsetsGPUESProducer', 0005 pulseOffsets = cms.vint32( 0006 -3, 0007 -2, 0008 -1, 0009 0, 0010 1, 0011 2, 0012 3, 0013 4 0014 ), 0015 appendToDataLabel = cms.string('') 0016 ) 0017 for a in args: 0018 mod.update_(a) 0019 mod.update_(kwargs) 0020 return mod
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |