IAP GITLAB

Skip to content

Energy-based switch process

Maximilian Reininghaus requested to merge switch_process into master

This new process encapsulates two InteractionProcesses (or multiple of them in a ProcessSequence) and depending on the projectile energy relative to a constant threshold energy, selects one or the other.

Use case:

auto const sibyllSequence = sibyll << sibyllNuclear;
SwitchProcess switch(urqmd, sibyllSequence, 55_GeV);
auto const fullSequence = switch << energyLoss << ...

Merge request reports