IAP GITLAB

Skip to content
Snippets Groups Projects
Commit b7a84557 authored by Felix Riehn's avatar Felix Riehn Committed by Maximilian Reininghaus
Browse files

increased energy cut in cascade example

parent 45dc98c8
No related branches found
No related tags found
1 merge request!153Resolve "Release-type tests fail for cascade_example"
......@@ -135,7 +135,8 @@ int main() {
process::sibyll::Interaction sibyll;
process::sibyll::NuclearInteraction sibyllNuc(sibyll, env);
process::sibyll::Decay decay;
process::particle_cut::ParticleCut cut(20_GeV);
// cascade with only HE model ==> HE cut
process::particle_cut::ParticleCut cut(80_GeV);
process::track_writer::TrackWriter trackWriter("tracks.dat");
process::energy_loss::EnergyLoss eLoss;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment