Skip to content

Commit

Permalink
update of customizeHLTIter0ToMkFit
Browse files Browse the repository at this point in the history
  • Loading branch information
missirol committed Jul 21, 2022
1 parent bea5830 commit 6324e76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions RecoTracker/MkFit/python/customizeHLTIter0ToMkFit.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ def customizeHLTIter0ToMkFit(process):
process.hltIter0PFlowCkfTrackCandidates)

process.HLTIterativeTrackingIteration0.replace(process.hltIter0PFlowCkfTrackCandidates, replaceWith)
process.HLT_IsoTrackHB_v4.replace(process.hltIter0PFlowCkfTrackCandidates, replaceWith)
process.HLT_IsoTrackHE_v4.replace(process.hltIter0PFlowCkfTrackCandidates, replaceWith)

for path in process.paths_().values():
if not path.contains(process.HLTIterativeTrackingIteration0) and path.contains(process.hltIter0PFlowCkfTrackCandidates):
path.replace(process.hltIter0PFlowCkfTrackCandidates, replaceWith)

return process

0 comments on commit 6324e76

Please sign in to comment.