Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HLT menu development for 12_4_X (5/N): HLT V1.3 [12_5_X] #38816

Merged
merged 2 commits into from
Jul 22, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update of customizeHLTIter0ToMkFit
missirol committed Jul 21, 2022
commit d9f638e8a7b9f8148f055e3de9222c38277f8e44
6 changes: 4 additions & 2 deletions RecoTracker/MkFit/python/customizeHLTIter0ToMkFit.py
Original file line number Diff line number Diff line change
@@ -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