IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Air Shower Physics
corsika
Commits
9b67320d
Commit
9b67320d
authored
6 years ago
by
Felix Riehn
Browse files
Options
Downloads
Patches
Plain Diff
implemented DoInteraction for nuclei
parent
c1e3e05d
No related branches found
No related tags found
1 merge request
!65
Resolve "add sibyll process NuclearInteraction"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Processes/Sibyll/NuclearInteraction.h
+4
-1
4 additions, 1 deletion
Processes/Sibyll/NuclearInteraction.h
with
4 additions
and
1 deletion
Processes/Sibyll/NuclearInteraction.h
+
4
−
1
View file @
9b67320d
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment