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
c7a1d638
Commit
c7a1d638
authored
5 years ago
by
Maximilian Reininghaus
Browse files
Options
Downloads
Patches
Plain Diff
standard bdist formula
parent
a152a56a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!100
Resolve "Low energy hadronic interactions: UrQMD interface"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Processes/UrQMD/UrQMD.cc
+1
-1
1 addition, 1 deletion
Processes/UrQMD/UrQMD.cc
with
1 addition
and
1 deletion
Processes/UrQMD/UrQMD.cc
+
1
−
1
View file @
c7a1d638
...
...
@@ -93,7 +93,7 @@ corsika::process::EProcessReturn UrQMD::DoInteraction(SetupProjectile& projectil
}
else
{
inputs_
.
prspflg
=
1
;
sys_
.
Ap
=
1
;
// even for non-baryons this has to be set, see vanilla UrQMD.f
rsys_
.
bdist
=
nucrad_
(
sys_
.
Ap
)
+
nucrad_
(
Atarget
)
+
2
*
options_
.
CTParam
[
30
-
1
];
rsys_
.
bdist
=
nucrad_
(
Atarget
)
+
nucrad_
(
1
)
+
2
*
options_
.
CTParam
[
30
-
1
];
auto
const
[
ityp
,
iso3
]
=
ConvertToUrQMD
(
projectileCode
);
// todo: conversion of K_long/short into strong eigenstates;
...
...
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