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

Attached volume may be multiple #683

Open
dsarrut opened this issue Feb 6, 2025 · 0 comments
Open

Attached volume may be multiple #683

dsarrut opened this issue Feb 6, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@dsarrut
Copy link
Contributor

dsarrut commented Feb 6, 2025

There is a bug in the way the "attached_to_volume" is managed:

  • on py side, it can be a single volume name or an array of names (useful for example for digitizer, see test025_hits_collection.py)
  • on cpp side, it is always considered as a unique volume name

Lot of changes are needed to manage several attached_to volumes on cpp side.

This is linked with GateVActor::IsStepExitVolume. We need to know the mother of the attached volume to determine if a step is exiting a volume.

@dsarrut dsarrut added the bug Something isn't working label Feb 6, 2025
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
Development

No branches or pull requests

1 participant