IAP GITLAB

Skip to content
Snippets Groups Projects
Commit c013da6f authored by Jean-Marco Alameddine's avatar Jean-Marco Alameddine Committed by Remy Prechelt
Browse files

Change logging level for InteractionHistogram::fill from info to debug

parent 3a97b125
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ namespace corsika {
auto const sqrtS = sqrt(projectile_mass * projectile_mass +
mass_target * mass_target + 2 * lab_energy * mass_target);
CORSIKA_LOG_INFO("pM={}, tM={}, pid={}, Elab={}, sqrtS={}, pdg={} a={} z={}",
CORSIKA_LOG_DEBUG("pM={}, tM={}, pid={}, Elab={}, sqrtS={}, pdg={} a={} z={}",
projectile_mass / 1_GeV, mass_target / 1_GeV, projectile_id,
lab_energy / 1_GeV, sqrtS / 1_GeV, get_PDG(projectile_id),
get_nucleus_A(projectile_id), get_nucleus_Z(projectile_id));
......
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