-
Notifications
You must be signed in to change notification settings - Fork 45
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
Roman Pots visualization not working when geometry dumped into ROOT file #493
Comments
Some of this might stem from a ROOT bug/feature which is hopefully being fixed where the transparency of a volume is set at the material/medium level. The last volume which used that material appears to set the transparency for all preceding volumes built. |
Ahh okay this is good to know. I will do some tests with that in mind to
see if I can get the visualization to work. It's just odd because the RP
and OMD are very similar and one works while the other doesn't. Thank you!
…On Mon, Aug 7, 2023, 4:37 PM Simon Gardner ***@***.***> wrote:
Some of this might stem from a ROOT bug/feature which is hopefully being
fixed where the transparency of a volume is set at the material/medium
level. The last volume which used that material appears to set the
transparency for all preceding volumes built.
<root-project/root#13402>
I'm not certain this is the stem of all of the visualisation issues I've
been seeing but the Roman Pots is not alone. A fix in ROOT will likely take
a while to propagate to eic-shell if that is in fact the problem.
—
Reply to this email directly, view it on GitHub
<#493 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADABSFZQGH4TOVMEJRMUMPDXUFGW7ANCNFSM6AAAAAA3DHVBQU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Removing other detectors or swapping the order they are included in the main xml file changes the visualisation, it's very strange |
With the ROOT master, you should use |
@ajentsch, I have this feature in my visualization of geometry code where I loop over all the volumes and we can specify transparency and color for each volumes. The code can be used easily for event-display also. |
Environment: (where does this bug occur, have you tried other environments)
main
for latest released): mainHEAD
for the most recent):Steps to reproduce: (give a step by step account of how to trigger the bug)
Expected Result: (what do you expect when you execute the steps above)
I except to be able to see the detector geometry.
Actual Result: (what do you get when you execute the steps above)
I do not see the detector geometry.
The text was updated successfully, but these errors were encountered: