Skip to content

Commit

Permalink
change the nam of a customisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Oct 4, 2024
1 parent 9352017 commit d1502f1
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 @@ -222,7 +222,7 @@ def customiseFor2018Input(process):


# Adding zdc Topology producer
def customizeHLTfor46062(process):
def customizeHLTfor46246(process):
"""Add topology producer for ZDC"""

for esprod in esproducers_by_type(process, 'ZdcGeometryFromDBEP'):
Expand Down Expand Up @@ -281,6 +281,6 @@ def customizeHLTforCMSSW(process, menuType="GRun"):
# process = customiseFor12718(process)

process = checkHLTfor43774(process)
process = customizeHLTfor46062(process)
process = customizeHLTfor46246(process)

return process

0 comments on commit d1502f1

Please sign in to comment.