-
Notifications
You must be signed in to change notification settings - Fork 483
Optional InteractionSampler sampling overwrite #14404
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
Optional InteractionSampler sampling overwrite #14404
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
57ec9f0 to
518771b
Compare
Allow to overwrite InteractionSampler by means of virtualizing sampling function. Used in CollisionContextTool do allow putting collisions at fixed N intervals (export mode) for the purpose of systematic studies / debugging. - To use this feature say `export ALICEO2_ENFORCE_TRIVIAL_BC_SAMPLER="2:5" to put 5 collisions into every 2nd bunch-crossing (within the bunch filling scheme)
518771b to
fdd28ae
Compare
|
Error while checking build/O2/fullCI_slc9 for fdd28ae at 2025-06-14 10:29: Full log here. |
|
Hi @sawenzel, thanks again for the implementation, from what I can tell it works like I expect it to 👍 |
Allow to overwrite InteractionSampler by means of virtualizing sampling function.
Used in CollisionContextTool do allow putting collisions at fixed N intervals (export mode) for the purpose of systematic studies / debugging.