-
Notifications
You must be signed in to change notification settings - Fork 1
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
Devel updates to LST #135
Devel updates to LST #135
Conversation
Co-authored-by: Gavin Niendorf <[email protected]>
Co-authored-by: Gavin Niendorf <[email protected]>
Co-authored-by: Gavin Niendorf <[email protected]>
Co-authored-by: Gavin Niendorf <[email protected]>
Co-authored-by: Gavin Niendorf <[email protected]>
Co-authored-by: Gavin Niendorf <[email protected]>
Co-authored-by: Gavin Niendorf <[email protected]>
Co-authored-by: Manos Vourliotis <[email protected]>
Co-authored-by: Manos Vourliotis <[email protected]>
…x approximation (#128) Co-authored-by: YonsiG <[email protected]>
* T5 DNN Cleanup + Training Scripts + Eta/pT Dependent Cut Co-authored-by: Gavin Niendorf <[email protected]> * DNN Indexing Bug Fix + Normalization Improvements Co-authored-by: Gavin Niendorf <[email protected]> * Replace t5 Radius Matching with DNN + Pairwise Hit Differences + Make DNN First t5 Cut Co-authored-by: Gavin Niendorf <[email protected]> * Add Phi to the DNN + Displaced Track Weighting Co-authored-by: Gavin Niendorf <[email protected]> --------- Co-authored-by: Gavin Niendorf <[email protected]>
Co-authored-by: Chris Hoang <[email protected]>
/run all |
The PR was built and ran successfully in standalone mode. Here are some of the comparison plots.
The full set of validation and comparison plots can be found here. Here is a timing comparison:
|
Here's a draft for the CMSSW PR. @slava77 @VourMa Title: LST algorithm developments accumulated during integration PR Description: This PR integrates accumulated LST algorithm developments held back during the review of the LST integration (cms-sw#45117). The full list of PRs that are included here can be found in #117. This is our first step in our list of follow-up tasks (cms-sw#46746). The changes include bug fixes and algorithmic improvements, but they also start to address follow-up comments from the integration PR. In particular, the LST readme was updated (addressing cms-sw#45117 (comment) and cms-sw#45117 (comment)) and the pT threshold is now configurable (addressing cms-sw#45117 (comment)). |
Looks good to me! And it also fixes the first bullet point of this cms-sw#45117 (comment). |
The PR was built and ran successfully with CMSSW. Here are some plots. OOTB All Tracks
The full set of validation and comparison plots can be found here. |
I'd add a plot from MTV to show the combined impact. A slightly more expanded summary beyond the list of titles of other PRs would also be more self-contained and clear. Something like
Most of these were described in TRK POG presentation on Sep 9 |
This PR adds the updates to LST/LSTCore that were developed while the CMSSW integration PR was being reviewed.
(We'll think of a better title and description when submitting to the upstream CMSSW repo.)