We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24289e7 commit b06577fCopy full SHA for b06577f
HLTrigger/Configuration/python/customizeHLTforCMSSW.py
@@ -56,11 +56,11 @@ def customiseHLTFor46647(process):
56
# Replace it with cms.uint32
57
prod.DontCountDetsAboveNClusters = cms.uint32(value)
58
59
- for prod in producers_by_type(process, 'SeedCombiner'):
60
- if hasattr(prod, "PairCollection"):
61
- delattr(prod, "PairCollection")
62
- if hasattr(prod, "TripletCollection"):
63
- delattr(prod, "TripletCollection")
+ for prod in producers_by_type(process, 'SeedCombiner'):
+ if hasattr(prod, "PairCollection"):
+ delattr(prod, "PairCollection")
+ if hasattr(prod, "TripletCollection"):
+ delattr(prod, "TripletCollection")
64
65
return process
66
0 commit comments