Skip to content

Commit

Permalink
introducing modifier for SiPixel channel threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
ferencek committed Oct 5, 2021
1 parent b2c1d51 commit 29b167f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HLTrigger/Configuration/python/customizeHLTforCMSSW.py
Expand Up @@ -170,6 +170,8 @@ def customiseFor35518(process):
for producer in producers_by_type(process, "SiPixelClusterProducer"):
if hasattr(producer,"ClusterThreshold_L1"):
producer.ClusterThreshold_L1 = 4000
if hasattr(producer,"ChannelThreshold"):
producer.ChannelThreshold = 10
return process

# CMSSW version specific customizations
Expand Down

0 comments on commit 29b167f

Please sign in to comment.