|
||||
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 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |