Skip to content

Commit

Permalink
Add check for useAbs issue (cms-sw#43774)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Grunewald committed Feb 16, 2024
1 parent 41f48e6 commit 26f85b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HLTrigger/Configuration/python/customizeHLTforCMSSW.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ def checkHLTfor43774(process):
if (filt.useAbs != cms.bool(True)):
print('# TSG WARNING: check value of parameter "useAbs" in',filt,'(expect True but is False)!')

return process

# CMSSW version specific customizations
def customizeHLTforCMSSW(process, menuType="GRun"):

Expand Down

0 comments on commit 26f85b4

Please sign in to comment.