tudo-astroparticlephysics / PROPOSAL

Monte Carlo Simulation propagating charged Leptons through Media as C++ Library
GNU Lesser General Public License v3.0
35 stars 21 forks source link

Add rare processes to default cross section list #361

Open Jean1995 opened 1 year ago

Jean1995 commented 1 year ago

This discussion has been brought up at several developer meetings. At the moment, the default CrossSections (listed here) only include interactions which we have declared as "standard".

This does not include:

Why should they not be included within the default cross sections if our goal is to provide the most accurate simulation result possible? At least for the first two processes, I can directly see the relevance for several users of PROPOSAL.

An argument "against" the inclusion of these cross sections in the default would be the additional time to create the cross section tables, and maybe a slightly worse performance (although this should only be very small effect).

sudojan commented 1 year ago

Indeed the additional storage for interpolations as well as the worse performance were some arguments not to include them in the default. But also that all other simulation tools propagating HE muons use just these 4 interactions as default, so users would experience unexpected behavior. However, as all things evolve and the additional overhead is relatively small, I have nothing against PROPOSAL setting a new/improved default regarding HE muon simulation.