Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Musich <marco.musich@cern.ch>
  • Loading branch information
artlbv and mmusich authored Mar 22, 2024
1 parent 1530330 commit 261c747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/customizeHLTforCMSSW.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def checkHLTfor43774(process):

return process

def customizeHLTforAxoUTM12(process):
def customizeHLTfor44510(process):
"""
Customisation for running HLT with the updated L1 UTM and AXOL1TL condition parsing from the PR 44054
"""
Expand All @@ -271,6 +271,6 @@ def customizeHLTforCMSSW(process, menuType="GRun"):
process = checkHLTfor43774(process)

# customizes AXOL1TL condition in the L1 menu
process = customizeHLTforAxoUTM12(process)
process = customizeHLTfor44510(process)

return process

0 comments on commit 261c747

Please sign in to comment.