Skip to content

Commit c27504d

Browse files
committed
Modify azimuthal distribution
1 parent 807dbb5 commit c27504d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ struct lambdaspincorrderived {
326326
if (std::abs(lambda2.Eta()) > v0eta) {
327327
continue;
328328
}
329+
histos.fill(HIST("deltaPhiSame"), std::abs(RecoDecay::constrainAngle(v0.lambdaPhi(), 0.0F) - RecoDecay::constrainAngle(v02.lambdaPhi(), 0.0F)));
329330
if (v0.v0Status() == 0 && v02.v0Status() == 0) {
330331
fillHistograms(0, 0, lambda, lambda2, proton, proton2, centrality, 0, 1.0);
331332
}
@@ -410,6 +411,7 @@ struct lambdaspincorrderived {
410411
if (std::abs(lambda2.Eta()) > v0eta) {
411412
continue;
412413
}
414+
histos.fill(HIST("deltaPhiMix"), std::abs(RecoDecay::constrainAngle(t3.lambdaPhi(), 0.0F) - RecoDecay::constrainAngle(t2.lambdaPhi(), 0.0F)));
413415
if (t3.v0Status() == 0 && t2.v0Status() == 0) {
414416
fillHistograms(0, 0, lambda, lambda2, proton, proton2, centrality, 1, 1.0);
415417
}

0 commit comments

Comments
 (0)