IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 4b6c4ade authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by Ralf Ulrich
Browse files

needles comment removed

parent bacf283e
No related branches found
No related tags found
No related merge requests found
...@@ -245,11 +245,7 @@ namespace corsika::process::qgsjetII { ...@@ -245,11 +245,7 @@ namespace corsika::process::qgsjetII {
const auto targetCode = const auto targetCode =
mediumComposition.SampleTarget(cross_section_of_components, fRNG); mediumComposition.SampleTarget(cross_section_of_components, fRNG);
cout << "Interaction: target selected: " << targetCode << endl; cout << "Interaction: target selected: " << targetCode << endl;
/*
FOR NOW: allow nuclei with A<18 or protons only.
when medium composition becomes more complex, approximations will have to be
allowed air in atmosphere also contains some Argon.
*/
int targetQgsCode = -1; int targetQgsCode = -1;
if (particles::IsNucleus(targetCode)) if (particles::IsNucleus(targetCode))
targetQgsCode = particles::GetNucleusA(targetCode); targetQgsCode = particles::GetNucleusA(targetCode);
......
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