-
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: writeFloat for seeding performance in SeedingPerformanceWriter.cpp #2654
Conversation
Examples/Io/Performance/ActsExamples/Io/Performance/SeedingPerformanceWriter.cpp
Show resolved
Hide resolved
Examples/Io/Performance/ActsExamples/Io/Performance/SeedingPerformanceWriter.cpp
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2654 +/- ##
==========================================
+ Coverage 48.94% 48.99% +0.05%
==========================================
Files 496 492 -4
Lines 28913 28527 -386
Branches 13710 13485 -225
==========================================
- Hits 14151 13978 -173
+ Misses 4878 4814 -64
+ Partials 9884 9735 -149 ☔ View full report in Codecov by Sentry. |
📊: Physics performance monitoring for 941aff0physmon summary
|
…formanceWriter.cpp Co-authored-by: felix-russo <[email protected]>
Examples/Io/Performance/ActsExamples/Io/Performance/SeedingPerformanceWriter.cpp
Outdated
Show resolved
Hide resolved
…formanceWriter.cpp Co-authored-by: Paul Gessinger <[email protected]>
Invalidated by push of 6169fbf
@LuisFelipeCoelho can you look into these points? |
@paulgessinger if I revert it back to TVectorF it seems to work |
Maybe the uproot problem is solved with the new version? We could try again after #2770 |
I think this is good to go. @paulgessinger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
…cpp (acts-project#2654) Store (floats) total efficiency, fake rate, duplicate rate and purity in output root file as it is done with ckf performance writer. This is useful for using the seeding parameters in optuna automatic tuning.
…cpp (acts-project#2654) Store (floats) total efficiency, fake rate, duplicate rate and purity in output root file as it is done with ckf performance writer. This is useful for using the seeding parameters in optuna automatic tuning.
…cpp (acts-project#2654) Store (floats) total efficiency, fake rate, duplicate rate and purity in output root file as it is done with ckf performance writer. This is useful for using the seeding parameters in optuna automatic tuning.
Store (floats) total efficiency, fake rate, duplicate rate and purity in output root file as it is done with ckf performance writer.
This is useful for using the seeding parameters in optuna automatic tuning.