-
Notifications
You must be signed in to change notification settings - Fork 445
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
HybridGen/EventPool: small fixes, Add missing EventHeader propagation #13801
HybridGen/EventPool: small fixes, Add missing EventHeader propagation #13801
Conversation
REQUEST FOR PRODUCTION RELEASES:
This will add The following labels are available |
Error while checking build/O2/fullCI for 8222c00 at 2024-12-14 13:19:
Full log here. |
8222c00
to
769dfb3
Compare
f88d85b
to
e6a57a6
Compare
The HybridGen needs to forward event headers from the underlying generators. In order to access these, we need to make a protected function public. Also adding eventHeader treatment to BoxGenerator. More fixes: - clear particle container in EventPool - do not modify particle statuses in HybridGen (lead to wrong Geant4 simulations) - fix possible segfault in chosing EventPool file
e6a57a6
to
33f829c
Compare
The HybridGen needs to forward event headers from the underlying
generators.
In order to access these, we need to make a protected function public.
Also adding eventHeader treatment to BoxGenerator.
More fixes: