Skip to content

Commit 220e5a0

Browse files
committed
Fix event mixing sliding for spin correlation
1 parent 83bc665 commit 220e5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1898,6 +1898,7 @@ struct lambdaspincorrderived {
18981898
continue; // same-event ordering
18991899
}
19001900

1901+
// no shared daughters (same-event)
19011902
if (t1.protonIndex() == t2.protonIndex())
19021903
continue;
19031904
if (t1.pionIndex() == t2.pionIndex())
@@ -2131,7 +2132,6 @@ struct lambdaspincorrderived {
21312132
continue;
21322133

21332134
const int status = mcacc::v0Status(t1);
2134-
21352135
if (status < 0 || status >= nStat) {
21362136
continue;
21372137
}

0 commit comments

Comments
 (0)