IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 98d79664 authored by Felix Riehn's avatar Felix Riehn
Browse files

Merge branch '270-handling-of-off-shell-particles' of...

Merge branch '270-handling-of-off-shell-particles' of gitlab.ikp.kit.edu:AirShowerPhysics/corsika into 270-handling-of-off-shell-particles
parents 10344490 067fe091
No related branches found
No related tags found
2 merge requests!234WIP: Initial example of python as script language from C++,!201Resolve "handling of off-shell particles"
...@@ -186,6 +186,8 @@ int main(int argc, char** argv) { ...@@ -186,6 +186,8 @@ int main(int argc, char** argv) {
process::on_shell_check::OnShellCheck reset_particle_mass(1.e-3, 1.e-1, false); process::on_shell_check::OnShellCheck reset_particle_mass(1.e-3, 1.e-1, false);
process::on_shell_check::OnShellCheck reset_particle_mass(1.e-3, 1.e-1, false);
process::energy_loss::EnergyLoss eLoss(showerAxis); process::energy_loss::EnergyLoss eLoss(showerAxis);
process::longitudinal_profile::LongitudinalProfile longprof{showerAxis}; process::longitudinal_profile::LongitudinalProfile longprof{showerAxis};
......
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