Skip to content

Commit 99ac2b9

Browse files
authored
Remove unused pzTot calculation
Removed unused pzTot calculation from nucleibalance.cxx.
1 parent 8f369aa commit 99ac2b9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

PWGCF/TwoParticleCorrelations/Tasks/nucleibalance.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2811,7 +2811,6 @@ struct Lambdastarproxy {
28112811

28122812
const float pxTot = pr.px + k.px;
28132813
const float pyTot = pr.py + k.py;
2814-
const float pzTot = pr.pz + k.pz;
28152814
const float ptPair = ptFromPxPy(pxTot, pyTot);
28162815

28172816
// Inclusive invariant-mass spectrum for the #Lambda^{*} proxy (d/2 + K)

0 commit comments

Comments
 (0)