Skip to content

Commit

Permalink
rename HLT customisation for #41058
Browse files Browse the repository at this point in the history
  • Loading branch information
missirol committed Aug 11, 2023
1 parent a929fae commit 4173e22
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 @@ -210,7 +210,7 @@ def customiseForOffline(process):

return process

def customizeForRecoPixelVertexing(process):
def customizeHLTfor41058(process):
for prod in esproducers_by_type(process, 'ClusterShapeHitFilterESProducer'):
prod.PixelShapeFile = "RecoTracker/PixelLowPtUtilities/data/pixelShapePhase1_noL1.par"
prod.PixelShapeFileL1 = "RecoTracker/PixelLowPtUtilities/data/pixelShapePhase1_loose.par"
Expand All @@ -225,6 +225,6 @@ def customizeHLTforCMSSW(process, menuType="GRun"):
# add call to action function in proper order: newest last!
# process = customiseFor12718(process)

process = customizeForRecoPixelVertexing(process)
process = customizeHLTfor41058(process)

return process

0 comments on commit 4173e22

Please sign in to comment.