IAP GITLAB

Skip to content

Fix treatment of energy cut settings in ProposalProcessBase.hpp

Jean-Marco Alameddine requested to merge fix_cross_builder_cuts into master

With the PR !345 (merged) we introduced an energy_production_threshold. For PROPOSAL, this means that only stochastic energy losses about this energy are produced.

Currently, PROPOSAL still uses 50% of this value as a threshold. This is still a remnant from back when we had no differentiation between energy_production_threshold and energy_propagation_threshold. Now, this 50% value makes no sense anymore.

Merge request reports