Skip to content

Commit

Permalink
Fix the HLT GPU customisation for running on the CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Sep 30, 2021
1 parent dd84d38 commit f00e5c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion HLTrigger/Configuration/python/customizeHLTforPatatrack.py
Expand Up @@ -159,7 +159,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 f00e5c9

Please sign in to comment.