IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 56ab59d0 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by Felix Riehn
Browse files

fixed coordinate systems in Sibyll::Interaction

parent dbe0f238
No related branches found
No related tags found
No related merge requests found
...@@ -318,8 +318,6 @@ namespace corsika::process::sibyll { ...@@ -318,8 +318,6 @@ namespace corsika::process::sibyll {
auto const p3lab = Plab.GetSpaceLikeComponents(); auto const p3lab = Plab.GetSpaceLikeComponents();
assert(p3lab.GetCoordinateSystem() == originalCS); // just to be sure! assert(p3lab.GetCoordinateSystem() == originalCS); // just to be sure!
auto const pid = process::sibyll::ConvertFromSibyll(psib.GetPID());
// add to corsika stack // add to corsika stack
auto pnew = vP.AddSecondary( auto pnew = vP.AddSecondary(
tuple<particles::Code, units::si::HEPEnergyType, stack::MomentumVector, tuple<particles::Code, units::si::HEPEnergyType, stack::MomentumVector,
......
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