diff --git a/HLTrigger/Configuration/python/customizeHLTforCMSSW.py b/HLTrigger/Configuration/python/customizeHLTforCMSSW.py index 0388be502d4d6..b187aba2af157 100644 --- a/HLTrigger/Configuration/python/customizeHLTforCMSSW.py +++ b/HLTrigger/Configuration/python/customizeHLTforCMSSW.py @@ -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