Skip to content

Commit

Permalink
Change customization
Browse files Browse the repository at this point in the history
Sunanda committed Jun 22, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 883a6ed commit 6793634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HLTrigger/Configuration/python/customizeHLTforCMSSW.py
Original file line number Diff line number Diff line change
@@ -177,7 +177,7 @@ def customiseFor2017DtUnpacking(process):

return process

def customiseForMuonGeometry(process):
def customiseFor30280(process):
"""Adapt the HLT to adapt the recent changed in Muon Geometry"""

if hasattr(process,'RPCGeometryESModule'):
@@ -207,4 +207,5 @@ def customizeHLTforCMSSW(process, menuType="GRun"):
# add call to action function in proper order: newest last!
# process = customiseFor12718(process)
process = customiseFor30060(process, menuType)
process = customiseFor30280(process, menuType)
return process

0 comments on commit 6793634

Please sign in to comment.