Weights are already handled by particles, but we have not yet implemented any thinning algorithms. This is a typical SecondariesProcess, should be super straightforward to add.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
I got a simple question: what is different between the new "thinning" and the already haved "energy cut and production threshold"? My understanding is:
We do "energy cut" in SecondaryProcess to remove low energy particle in the SecondaryView.
We do "production threshold" in physics table (by adding threshold in differential cross-section) so that the low energy particles are not produced. (Currently only supported by PROPOSAL I guess)
Could you briefly explain what "thinning" is and why we need that?