-
Notifications
You must be signed in to change notification settings - Fork 176
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
refactor!: Track EDM brush over #3192
refactor!: Track EDM brush over #3192
Conversation
📊: Physics performance monitoring for 3dba00ephysmon summary
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3192 +/- ##
==========================================
+ Coverage 47.24% 47.65% +0.41%
==========================================
Files 508 507 -1
Lines 30041 29207 -834
Branches 14586 14012 -574
==========================================
- Hits 14192 13918 -274
+ Misses 5375 5265 -110
+ Partials 10474 10024 -450 ☔ View full report in Codecov by Sentry. |
I guess it does in fact break Athena compilation, doesn't it? |
Yes I think at least the |
This seems to break with Most likely because root is picking the wrong ACTS headers which are not compatible with the changes here. Maybe we just merge this PR as the last one for v36 or directly before a new nightly is triggered |
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.
Just one more minor thing.
|
This is an attempt to implement a variable size measurement as an alternative to the fixed size measurement. Currently our Examples framework is using a variant over fixed size measurements to cope with measurements of different dimensions. This obfuscates the code a bit since accessing the actual measurement requires a visitor pattern to acquire the dimensional typed measurement. Here I propose to switch this out for a variable size measurement which allocates the same amount of memory but stores the dimension as a direct member instead of pushing this detail to `std::variant`. blocked by - #3192 - #3331
calibrated
instead ofmeasurement