CMS 3D CMS Logo

hltPhase2SiPixelClustersSoA_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltPhase2SiPixelClustersSoA = cms.EDProducer("SiPixelPhase2DigiToCluster@alpaka",
4  # autoselect the alpaka backend
5  alpaka = cms.untracked.PSet(backend = cms.untracked.string(''))
6 )