IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 1c81459d authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by Maximilian Reininghaus
Browse files

add K0 & K0Bar cross-sections

parent cf90d1f5
No related branches found
No related tags found
2 merge requests!234WIP: Initial example of python as script language from C++,!205UrQMD improvements
......@@ -82,6 +82,10 @@ CrossSectionType UrQMD::GetTabulatedCrossSection(particles::Code vProjectileCode
break;
case particles::Code::K0Short:
case particles::Code::K0Long:
/* since K0Short and K0Long are treated the same, we can also add K0 and K0Bar
* to the list. This is a deviation from CORSIKA 7. */
case particles::Code::K0:
case particles::Code::K0Bar:
projectileIndex = 8;
break;
default:
......
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