Skip to content

Commit 7bd1895

Browse files
authored
Update nucleibalance.cxx
1 parent acd8ef8 commit 7bd1895

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

PWGCF/TwoParticleCorrelations/Tasks/nucleibalance.cxx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2653,7 +2653,6 @@ struct Lambdastarproxy {
26532653
const float pyTot = pr.py + k.py;
26542654
const float pzTot = pr.pz + k.pz;
26552655
const float ptPair = ptFromPxPy(pxTot, pyTot);
2656-
const float phiPair = phiFromPxPy(pxTot, pyTot);
26572656

26582657
const float yPair = rapidityFromMomentumAndMass(pxTot, pyTot, pzTot, mass);
26592658

@@ -2689,9 +2688,6 @@ struct Lambdastarproxy {
26892688
const float pyTot = pr.py + k.py;
26902689
const float pzTot = pr.pz + k.pz;
26912690
const float ptPair = ptFromPxPy(pxTot, pyTot);
2692-
const float phiPair = phiFromPxPy(pxTot, pyTot);
2693-
2694-
const float yPair = rapidityFromMomentumAndMass(pxTot, pyTot, pzTot, mass);
26952691

26962692
// Inclusive invariant-mass spectrum for the #Lambda^{*} proxy (d/2 + K)
26972693
histos.fill(HIST("hDeuteronProxyMass"), mass);

0 commit comments

Comments
 (0)