Skip to content

Commit 8ec3527

Browse files
committed
clean-up HLT phase-2 menu from instances of PixelTrackProducerFromSoAAlpaka* and SiPixelRecHitFromSoAAlpaka*
1 parent 23b4cdb commit 8ec3527

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksCAExtension_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import FWCore.ParameterSet.Config as cms
22

3-
hltPhase2PixelTracksCAExtension = cms.EDProducer("PixelTrackProducerFromSoAAlpakaPhase2",
3+
hltPhase2PixelTracksCAExtension = cms.EDProducer("PixelTrackProducerFromSoAAlpaka",
44
beamSpot = cms.InputTag("hltOnlineBeamSpot"),
55
minNumberOfHits = cms.int32(0),
66
minQuality = cms.string('tight'),

HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracks_cfi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import FWCore.ParameterSet.Config as cms
22

3-
hltPhase2PixelTracks = cms.EDProducer("PixelTrackProducerFromSoAAlpakaPhase2",
3+
hltPhase2PixelTracks = cms.EDProducer("PixelTrackProducerFromSoAAlpaka",
44
beamSpot = cms.InputTag("hltOnlineBeamSpot"),
55
minNumberOfHits = cms.int32(0),
66
minQuality = cms.string('tight'),
@@ -31,4 +31,4 @@
3131
mightGet = cms.optional.untracked.vstring,
3232
passLabel = cms.string('hltPhase2PixelTracks')
3333
)
34-
phase2LegacyPixelTracks.toReplaceWith(hltPhase2PixelTracks, _hltPhase2PixelTracksLegacy)
34+
phase2LegacyPixelTracks.toReplaceWith(hltPhase2PixelTracks, _hltPhase2PixelTracksLegacy)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import FWCore.ParameterSet.Config as cms
22

3-
hltSiPixelRecHits = cms.EDProducer('SiPixelRecHitFromSoAAlpakaPhase2',
3+
hltSiPixelRecHits = cms.EDProducer('SiPixelRecHitFromSoAAlpaka',
44
pixelRecHitSrc = cms.InputTag('hltPhase2SiPixelRecHitsSoA'),
55
src = cms.InputTag('hltSiPixelClusters'),
66
)

0 commit comments

Comments
 (0)