IAP GITLAB

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

recovered sibyll particle id copy

parent db9de578
No related branches found
No related tags found
No related merge requests found
...@@ -155,9 +155,7 @@ public: ...@@ -155,9 +155,7 @@ public:
auto pnew = s.NewParticle(); auto pnew = s.NewParticle();
pnew.SetEnergy( en_lab * 1_GeV ); pnew.SetEnergy( en_lab * 1_GeV );
pnew.SetPID( process::sibyll::ConvertFromSibyll( p.GetPID() ) ); pnew.SetPID( process::sibyll::ConvertFromSibyll( p.GetPID() ) );
} }
} }
}else }else
p.Delete(); p.Delete();
......
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