File indexing completed on 2024-09-13 22:52:33
0001 import FWCore.ParameterSet.Config as cms
0002
0003 def _addProcessPixelCPEFastParamsPhase2(process):
0004 process.hltESPPixelCPEFastParamsPhase2 = cms.ESProducer('PixelCPEFastParamsESProducerAlpakaPhase2@alpaka',
0005 ComponentName = cms.string("PixelCPEFastParamsPhase2"),
0006 appendToDataLabel = cms.string(''),
0007 alpaka = cms.untracked.PSet(backend = cms.untracked.string('')
0008 )
0009 )
0010
0011 from Configuration.ProcessModifiers.alpaka_cff import alpaka
0012 modifyConfigurationForAlpakaPixelCPEFastParamsPhase2_ = alpaka.makeProcessModifier(_addProcessPixelCPEFastParamsPhase2)