Skip to content
Discussion options

You must be logged in to vote

You have your detectors inside world_box, but then try to envelope everything into world_box again.

:start geometry:
    name = all_detectors
    library = egs_genvelope
    base geometry = world_box
...
:start geometry:
    name = full_geometry
    library = egs_genvelope
    base geometry = world_box
    inscribed geometries =  all_detectors iron_wall
:stop geometry:

This is not allowed, because all inscribed geometries must be entirely inside the base geometry, and must not be touching other inscribed geometries. Instead of using world_box as the base geometry for all_detectors, create a smaller box just around the detectors. Or better, just place all your detectors inscribed into wo…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@F-xy520
Comment options

Answer selected by F-xy520
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants