Skip to content

Commit

Permalink
Merge pull request #35901 from fwyzard/fix_customiseHCALFor2018Input_…
Browse files Browse the repository at this point in the history
…121x

Update customisePixelL1ClusterThresholdForRun2Input to adjust also the GPU producer
  • Loading branch information
cmsbuild committed Oct 30, 2021
2 parents 817dc63 + cda3168 commit 4dc0c5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HLTrigger/Configuration/python/customizeHLTforCMSSW.py
Expand Up @@ -129,6 +129,9 @@ def customisePixelL1ClusterThresholdForRun2Input(process):
for producer in producers_by_type(process, "SiPixelClusterProducer"):
if hasattr(producer,"ClusterThreshold_L1"):
producer.ClusterThreshold_L1 = 2000
for producer in producers_by_type(process, "SiPixelRawToClusterCUDA"):
if hasattr(producer,"clusterThreshold_layer1"):
producer.clusterThreshold_layer1 = 2000

return process

Expand Down

0 comments on commit 4dc0c5e

Please sign in to comment.