-
Notifications
You must be signed in to change notification settings - Fork 177
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: and fix new detector geometry #2027
refactor: and fix new detector geometry #2027
Conversation
andiwand
commented
Apr 12, 2023
- detector volumes now also have a volume finder delegate
- detector volume inside method will not check against its subvolumes
- detector will not add subvolumes of its volumes to its list
Codecov Report
@@ Coverage Diff @@
## main #2027 +/- ##
==========================================
- Coverage 49.87% 49.82% -0.06%
==========================================
Files 421 420 -1
Lines 23898 23955 +57
Branches 10843 10857 +14
==========================================
+ Hits 11920 11935 +15
- Misses 4357 4388 +31
- Partials 7621 7632 +11
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
ec1b1c4
to
2fd8882
Compare
📊 Physics performance monitoring for a5f0697Full report VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
instead of templates
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.
I think the changes improve the concept quite a bit, the only thing I would like to see is how I can get access to all contained volumes of a detector via a single entry point, this is usually needed for displaying, etc.
handled your comments @asalzburger - thanks! |
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.
Alright then, let's move this in.
with #2027 I removed the ability to have multiple root volumes. this functionality is brought back in this PR because it is necessary for the KDT detector builder --------- Co-authored-by: Andreas Salzburger <[email protected]>
- detector volumes now also have a volume finder delegate - detector volume inside method will not check against its subvolumes - detector will not add subvolumes of its volumes to its list
with acts-project#2027 I removed the ability to have multiple root volumes. this functionality is brought back in this PR because it is necessary for the KDT detector builder --------- Co-authored-by: Andreas Salzburger <[email protected]>