Skip to content

Commit

Permalink
Suggestion from Marco
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Sep 17, 2024
1 parent 142d90e commit e55972f
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 @@ -262,7 +262,7 @@ def checkHLTfor43774(process):
return process

# Adding zdc Topology producer
def customizeHLTfor45511(process):
def customizeHLTfor46011(process):
"""Add topology producer for ZDC"""

if hasattr(process, 'ZdcGeometryFromDBEP'):
Expand Down Expand Up @@ -339,6 +339,6 @@ def customizeHLTforCMSSW(process, menuType="GRun"):
process = checkHLTfor43774(process)
process = customizeHLTfor44576(process)
process = customizeHLTfor45063(process)
process = customizeHLTfor45511(process)
process = customizeHLTfor46011(process)

return process

0 comments on commit e55972f

Please sign in to comment.