IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 761ea1a5 authored by Felix Riehn's avatar Felix Riehn Committed by ralfulrich
Browse files

gotcha

parent 3714fbfd
No related branches found
No related tags found
1 merge request!309Resolve "Search and remove all "cout" . "cerr", "iostream" and "endl" and replace by spdlog"
......@@ -76,7 +76,7 @@ namespace corsika::pythia8 {
}
void Interaction::setStable(Code const pCode) {
CORSIKA_LOG_DEBUG("Pythia::Interaction: setting {} stable..", pCode );
CORSIKA_LOG_DEBUG("Pythia::Interaction: setting {} stable..", pCode);
pythia_.particleData.mayDecay(static_cast<int>(get_PDG(pCode)), false);
}
......@@ -287,7 +287,7 @@ namespace corsika::pythia8 {
PtargCoM.getSpaceLikeComponents().getComponents() / 1_GeV);
CORSIKA_LOG_DEBUG("Interaction: position of interaction: ", pOrig.getCoordinates());
CORSIKA_LOG_DEBUG("Interaction: time: {}", tOrig );
CORSIKA_LOG_DEBUG("Interaction: time: {}", tOrig);
HEPEnergyType Etot = eProjectileLab + eTargetLab;
MomentumVector Ptot = projectile.getMomentum();
......@@ -316,7 +316,7 @@ namespace corsika::pythia8 {
auto const corsikaTargetId =
mediumComposition.sampleTarget(cross_section_of_components, RNG_);
CORSIKA_LOG_DEBUG("Interaction: target selected: {}", corsikaTargetId );
CORSIKA_LOG_DEBUG("Interaction: target selected: {}", corsikaTargetId);
if (corsikaTargetId != Code::Hydrogen && corsikaTargetId != Code::Neutron &&
corsikaTargetId != Code::Proton)
......
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