-
Notifications
You must be signed in to change notification settings - Fork 174
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
fix: set fused portals correctly to former keep volume #2753
fix: set fused portals correctly to former keep volume #2753
Conversation
📊: Physics performance monitoring for c44b994physmon summary
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2753 +/- ##
==========================================
- Coverage 49.52% 49.51% -0.02%
==========================================
Files 474 474
Lines 26979 27017 +38
Branches 12454 12476 +22
==========================================
+ Hits 13361 13377 +16
+ Misses 4767 4764 -3
- Partials 8851 8876 +25 ☔ View full report in Codecov by Sentry. |
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.
Thanks!
Hey @paulgessinger - I had a spelling error, can you re-approve, please? |
) This PR adds a new `detail/CuboidalDetectorHelper.h/cpp` for creating cuboid shape detectors. Since it reuses some code from the cylindrical infrastructure, this is encapsulated into sub helpers to not be duplicated. ![CuboidalDetector00](https://github.com/acts-project/acts/assets/26623879/19fc7cb9-7189-4535-ada9-aa2fef33f7d4) Blocked by: - #2753 (merged) This relaxes the Portal fusing to allow for two portals with same direction filled to be fused (necessary for box-2-box)
…ts-project#2754) This PR adds a new `detail/CuboidalDetectorHelper.h/cpp` for creating cuboid shape detectors. Since it reuses some code from the cylindrical infrastructure, this is encapsulated into sub helpers to not be duplicated. ![CuboidalDetector00](https://github.com/acts-project/acts/assets/26623879/19fc7cb9-7189-4535-ada9-aa2fef33f7d4) Blocked by: - acts-project#2753 (merged) This relaxes the Portal fusing to allow for two portals with same direction filled to be fused (necessary for box-2-box)
This PR sets the fused portals correctly back to the former keep volumes that relied on keeping the same shared pointer.
This is an update after #2746 which omitted that.