IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 5fcc8145 authored by ralfulrich's avatar ralfulrich Committed by Ralf Ulrich
Browse files

fixed warning

parent bc34c375
No related branches found
No related tags found
No related merge requests found
......@@ -122,10 +122,6 @@ namespace corsika::process::qgsjetII {
// total momentum and energy
HEPEnergyType Elab = vP.GetEnergy();
MomentumVector pTotLab(rootCS, {0_GeV, 0_GeV, 0_GeV});
pTotLab += vP.GetMomentum();
pTotLab += pTarget;
auto const pTotLabNorm = pTotLab.norm();
cout << "Interaction: LambdaInt: \n"
<< " input energy: " << vP.GetEnergy() / 1_GeV << endl
......
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