Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-09-13 22:52:34

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 hltPhase2SiPixelRecHitsSoA = cms.EDProducer('SiPixelRecHitAlpakaPhase2@alpaka',
0004     beamSpot = cms.InputTag('hltPhase2OnlineBeamSpotDevice'),
0005     src = cms.InputTag('hltPhase2SiPixelClustersSoA'),
0006     CPE = cms.string('PixelCPEFastParamsPhase2'),
0007     mightGet = cms.optional.untracked.vstring,
0008     # autoselect the alpaka backend
0009     alpaka = cms.untracked.PSet(backend = cms.untracked.string(''))
0010 )