IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 49717d33 authored by ralfulrich's avatar ralfulrich
Browse files

boundary ex output

parent 8bac183e
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,7 @@ int main() { ...@@ -151,7 +151,7 @@ int main() {
auto const [px, py, pz] = auto const [px, py, pz] =
momentumComponents(theta / 180. * M_PI, phi / 180. * M_PI, P0); momentumComponents(theta / 180. * M_PI, phi / 180. * M_PI, P0);
auto plab = MomentumVector(rootCS, {px, py, pz}); auto plab = MomentumVector(rootCS, {px, py, pz});
CORSIKA_LOG_INFO( CORSIKA_LOG_DEBUG(
"input particle: {} " "input particle: {} "
"input angles: theta={} phi={}" "input angles: theta={} phi={}"
"input momentum: {} GeV", "input momentum: {} GeV",
......
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