-
Notifications
You must be signed in to change notification settings - Fork 168
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
feat: save vertex seed #2885
feat: save vertex seed #2885
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2885 +/- ##
==========================================
- Coverage 48.68% 48.67% -0.01%
==========================================
Files 493 493
Lines 29053 29055 +2
Branches 13854 13853 -1
==========================================
- Hits 14144 14143 -1
- Misses 4963 4966 +3
Partials 9946 9946 ☔ View full report in Codecov by Sentry. |
📊: Physics performance monitoring for 3e35e28physmon summary
|
that's a good idea! at some point we may want to split this performance writer because it already does a couple of things at the same time. but this is not relevant for you |
This reverts commit d6f972e.
Do you have any idea why These quantities are just divisions of I am quite puzzled @andiwand @paulgessinger |
@felix-russo i think they're reconstructed vertices over all vertices, reconstructible only and vertices in the acceptance only. So I don't think they should be identical. |
Found the mistake 🥳 |
And are you sure they're different? I think the jobs are just red because the new histograms are missing in the references. |
The mistake was in the previous versions of the code. 5 minutes before you commented the physmon was updated and looks fine now! Thanks for looking at this on the weekend :) @paulgessinger |
Examples/Io/Performance/ActsExamples/Io/Performance/VertexPerformanceWriter.cpp
Show resolved
Hide resolved
b972ca6
to
69b35cf
Compare
resolved the conflicts - waiting for physmon to complete to update refs |
Saves 4D of the vertex seed (its x- and y- coordinate are not estimated in current seeding algorithms and should be set to 0). Co-authored-by: Andreas Stefl <487211+andiwand@users.noreply.github.com>
Saves 4D of the vertex seed (its x- and y- coordinate are not estimated in current seeding algorithms and should be set to 0). Co-authored-by: Andreas Stefl <487211+andiwand@users.noreply.github.com>
Saves 4D of the vertex seed (its x- and y- coordinate are not estimated in current seeding algorithms and should be set to 0). Co-authored-by: Andreas Stefl <487211+andiwand@users.noreply.github.com>
Saves 4D of the vertex seed (its x- and y- coordinate are not estimated in current seeding algorithms and should be set to 0).