-
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
feat: Added a function that draws the detector volume with inner surfaces #1946
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1946 +/- ##
==========================================
- Coverage 49.59% 49.57% -0.02%
==========================================
Files 410 410
Lines 22697 22705 +8
Branches 10358 10366 +8
==========================================
Hits 11257 11257
- Misses 4228 4236 +8
Partials 7212 7212
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
📊 Physics performance monitoring for f67221bFull report VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
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 wonder if we should combine this with drawDetectorVolume
somehow or just create a new function as you did. maybe @Matthewharri has some input for us
other than that you should reformat the code using clang-format
so it aligns with the rest of the code and the CI will stop complaining
I think it might be best to have it combined with |
|
thanks for the feedback @Matthewharri ! each detector volume has a list of portals and surfaces where the surfaces represent material or sensitive elements of the detector. is it okay for you if we plot all the surfaces all the time or should we flag it so you can also just plot the portals as it used to be |
@andiwand Thanks for the explanation, that makes sense. I think it should be fine either way, so really whatever you prefer |
27c9275
to
e8325fe
Compare
Co-authored-by: Andreas Stefl <[email protected]>
@dimitra97 if you apply my suggested change we can merge this in |
Co-authored-by: Andreas Stefl <[email protected]>
sure! i applied |
Co-authored-by: Andreas Stefl <[email protected]>
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.
👍
…aces (acts-project#1946) Added the `drawDetectorVolumeWithSurfaces` function that draws the detector volume with the sub-volumes and their surfaces . Any comments and recommendations are more than welcome. @andiwand @Matthewharri @asalzburger
Added the
drawDetectorVolumeWithSurfaces
function that draws the detector volume with the sub-volumes and their surfaces . Any comments and recommendations are more than welcome.@andiwand @Matthewharri @asalzburger