Skip to content
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

activeVolume definition not working properly with assemblies #43

Closed
lobis opened this issue May 9, 2022 · 0 comments · Fixed by rest-for-physics/geant4lib#45 or #44
Closed

activeVolume definition not working properly with assemblies #43

lobis opened this issue May 9, 2022 · 0 comments · Fixed by rest-for-physics/geant4lib#45 or #44
Assignees
Labels
bug Something isn't working

Comments

@lobis
Copy link
Member

lobis commented May 9, 2022

Discovered by @glorialuzon.

In example https://github.com/rest-for-physics/restG4/blob/master/examples/10.Geometries/Assembly.rml,

<storage sensitiveVolume="gasVolume">
    <parameter name="energyRange" value="(0,10)" units="GeV"/>
    <activeVolume name="Chamber_gas" chance="1" maxStepSize="1mm"/>
</storage>

line <activeVolume name="Chamber_gas" chance="1" maxStepSize="1mm"/> should also work with name="gasVolume", using the logical volume but it is not working at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant