Skip to content

Commit

Permalink
Merge pull request #35497 from fwyzard/HLT_customisation_for_GPU_121x
Browse files Browse the repository at this point in the history
Fix the HLT GPU customisation for running on the CPU
  • Loading branch information
cmsbuild committed Oct 1, 2021
2 parents 126ecc9 + f00e5c9 commit 00f808e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion HLTrigger/Configuration/python/customizeHLTforPatatrack.py
Expand Up @@ -161,7 +161,9 @@ def customisePixelLocalReconstruction(process):
)

# reconstruct the pixel clusters on the cpu
process.hltSiPixelClustersLegacy = process.hltSiPixelClusters.clone()
process.hltSiPixelClustersLegacy = process.hltSiPixelClusters.clone(
src = "hltSiPixelDigisLegacy"
)

# SwitchProducer wrapping a subset of the legacy pixel cluster producer, or the conversion of the pixel digis (except errors) and clusters to the legacy format
from RecoLocalTracker.SiPixelClusterizer.siPixelDigisClustersFromSoA_cfi import siPixelDigisClustersFromSoA as _siPixelDigisClustersFromSoA
Expand Down

0 comments on commit 00f808e

Please sign in to comment.