CMS 3D CMS Logo

hltSiPixelRecHits_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltSiPixelRecHits = cms.EDProducer("SiPixelRecHitConverter",
4  CPE = cms.string('PixelCPEGeneric'),
5  VerboseLevel = cms.untracked.int32(0),
6  src = cms.InputTag("hltSiPixelClusters")
7 )
8 
10 alpaka.toReplaceWith(hltSiPixelRecHits, cms.EDProducer('SiPixelRecHitFromSoAAlpakaPhase2',
11  pixelRecHitSrc = cms.InputTag('hltPhase2SiPixelRecHitsSoA'),
12  src = cms.InputTag('hltSiPixelClusters'),
13 ))