Skip to content

Commit b97c1f9

Browse files
authored
Remove unused variables in nucleibalance.cxx
Removed unused variable pzTot from calculations.
1 parent 7bd1895 commit b97c1f9

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
@@ -2686,7 +2686,6 @@ struct Lambdastarproxy {
26862686

26872687
const float pxTot = pr.px + k.px;
26882688
const float pyTot = pr.py + k.py;
2689-
const float pzTot = pr.pz + k.pz;
26902689
const float ptPair = ptFromPxPy(pxTot, pyTot);
26912690

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

0 commit comments

Comments
 (0)