- Jun 09, 2023
-
-
Maximilian Reininghaus authored
-
Maximilian Reininghaus authored
-
- Jun 08, 2023
-
-
Maximilian Reininghaus authored
Resolve "Wrong indexing for nested ProcessSequences?" Closes #586 See merge request !520
-
Maximilian Reininghaus authored
-
- Jun 06, 2023
-
-
Maximilian Reininghaus authored
-
-
-
-
Maximilian Reininghaus authored
-
Maximilian Reininghaus authored
-
- May 26, 2023
-
-
Alan Coleman authored
update proposal in conanfile to version 7.5.1 See merge request !501
-
-
- May 25, 2023
-
-
Maximilian Reininghaus authored
Resolve "Reduce number of unnecessarily linked boost libraries" Closes #571 See merge request !506
-
Maximilian Reininghaus authored
-
Maximilian Reininghaus authored
-
Maximilian Reininghaus authored
Resolve "particles with lifetime zero get stuck in infinite loop" Closes #598 See merge request !515
-
Felix Riehn authored
-
Felix Riehn authored
-
Maximilian Reininghaus authored
Adapt condition in `SwitchProcessSequence` similar to !507 See merge request !514
-
Jean-Marco Alameddine authored
-
- May 17, 2023
-
-
Maximilian Reininghaus authored
Merge branch '584-cascade-inl-calls-interactions-with-cross-sections-that-are-zero-causing-warnings' into 'master' Add two tests dealing with 0_mb cross sections in Cascade and ProcessSequence Closes #584 See merge request !507
-
-
-
Add same treatment to selectDecay as in selectInteraction (see commit a9620174)
-
Adapt `ProcessSequence` so that if cx_select and cx_sum are zero, we don't select any interaction instead of the first one. Adapt `Cascade`. In case a discrete interaction has been selected, it will only delete the initial particle from the stack if `interaction` or `decay` have actually returned that they have called an interaction process or a decay process. If this is not the case, which means we did not call `doInteract` or `doDecay`, we will keep the particle on the stack.
-
This commit adds tests to testProcessSequence and testCascade. In the first test, we create a sequence with only one InteractionProcess with a cross section that is 0. We check that calling `selectInteraction` does not call the `doInteraction` method of the process. In the second test, we create a `Cascade` object, based on a sequence including an InteractionProcess with a cross section that is zero. Again, we check that the `doInteraction` is not called. Furthermore, we check that `Cascade` does not delete the initial particle from the stack (it should not be deleted since it did not interact!)
-
- May 16, 2023
-
-
Maximilian Reininghaus authored
Add additional options to corsika.cpp example See merge request !512
-
- May 15, 2023
-
-
Maximilian Reininghaus authored
-
Maximilian Reininghaus authored
-
-
Maximilian Reininghaus authored
-
Add `--emcut`, `--hadcut`, `--mucut`, `--observation-level`, `injection-height` options to corsika.cpp example Co-authored-by:
Felix Riehn <felix@matilda>
-
Maximilian Reininghaus authored
Harmonize calculation of sqrtSNN in `corsika_proposal::HadronicPhotonModel` with `corsika::sophia::InteractionModel` See merge request !487
-
-
-
-
-
Harmonize calculation of sqrtSNN in `corsika_proposal::HadronicPhotonModel` with `corsika::sophia::InteractionModel`
-
- May 11, 2023
-
-
Maximilian Reininghaus authored
Fix thinning See merge request !511
-
Maximilian Reininghaus authored
-