IAP GITLAB

Skip to content

put ParticleCut at end of ProcessSequence for all examples

Jean-Marco Alameddine requested to merge put_cut_at_end_of_sequence into master

Fixes #582 (closed)

Like we have discussed in todays technical call, this puts the ParticleCut process at the very end of all process sequences.

From my understanding, the position of cut in the process sequence should only be relevant in relation to processes that change the energy of the particle, which are the processes producing continuous energy losses. By putting the cut process at the very end, we can ensure that this is always true.

Merge request reports