-
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
feat: Add measurement map selector with geometry selection #2572
feat: Add measurement map selector with geometry selection #2572
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2572 +/- ##
=======================================
Coverage 49.64% 49.64%
=======================================
Files 471 471
Lines 26632 26632
Branches 12237 12237
=======================================
Hits 13222 13222
Misses 4742 4742
Partials 8668 8668 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I wonder if such a algorithm is easy enough to be implemented in python. but not sure how efficient that would be and if we have all the necessary bindings. just a thought |
Examples/Algorithms/Utilities/include/ActsExamples/Utilities/MeasurementMapSelector.hpp
Outdated
Show resolved
Hide resolved
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.
Ok
I wonder if it is really worth to deal with all these things like binding the whiteboard and the EDM etc... |
a253d42
…easurementMapSelector.hpp Co-authored-by: Paul Gessinger <[email protected]>
Allows to create a subset of a particles-measurement-map with a geometry selection.