IAP GITLAB

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

implemented DoInteraction for nuclei

parent c1e3e05d
No related branches found
No related tags found
1 merge request!65Resolve "add sibyll process NuclearInteraction"
...@@ -46,7 +46,7 @@ namespace corsika::process::sibyll { ...@@ -46,7 +46,7 @@ namespace corsika::process::sibyll {
using std::endl; using std::endl;
// initialize hadronic interaction module // initialize hadronic interaction module
sibyll_ini_(); //sibyll_ini_();
// initialize nuclib // initialize nuclib
nuc_nuc_ini_(); nuc_nuc_ini_();
...@@ -188,6 +188,9 @@ namespace corsika::process::sibyll { ...@@ -188,6 +188,9 @@ namespace corsika::process::sibyll {
// this routine superimposes different nucleon-nucleon interactions // this routine superimposes different nucleon-nucleon interactions
// in a nucleus-nucleus interaction, based the SIBYLL routine SIBNUC // in a nucleus-nucleus interaction, based the SIBYLL routine SIBNUC
// this routine superimposes different nucleon-nucleon interactions
// in a nucleus-nucleus interaction, based the SIBYLL routine SIBNUC
using namespace corsika::units; using namespace corsika::units;
using namespace corsika::utl; using namespace corsika::utl;
using namespace corsika::units::si; using namespace corsika::units::si;
......
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