Skip to content

Commit

Permalink
PRnumber added
Browse files Browse the repository at this point in the history
  • Loading branch information
bmahakud committed Aug 12, 2018
1 parent aec72b2 commit 35a5888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/customizeHLTforCMSSW.py
Expand Up @@ -207,7 +207,7 @@ def customizeHLTForL3OIPR23988(process):
trackproducer.reverseTrajectories =cms.bool(True)


def customizeHLTForL3OIPRtobenamed(process):
def customizeHLTForL3OIPR24267(process):
for seedproducer in producers_by_type(process, "TSGForOI"):
if "hltIterL3OISeedsFromL2Muons" == seedproducer.label():
process.hltIterL3OISeedsFromL2Muons = cms.EDProducer("TSGForOIFromL2")
Expand All @@ -234,5 +234,5 @@ def customizeHLTforCMSSW(process, menuType="GRun"):

# add call to action function in proper order: newest last!
# process = customiseFor12718(process)
customizeHLTForL3OIPRtobenamed(process)
customizeHLTForL3OIPR24267(process)
return process

0 comments on commit 35a5888

Please sign in to comment.