Skip to content

Commit bd7b488

Browse files
committed
Fix event mixing sliding for spin correlation
1 parent 47f306f commit bd7b488

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
@@ -1923,6 +1923,7 @@ struct lambdaspincorrderived {
19231923
continue; // same-event ordering
19241924
}
19251925

1926+
// no shared daughters (same-event)
19261927
if (t1.protonIndex() == t2.protonIndex())
19271928
continue;
19281929
if (t1.pionIndex() == t2.pionIndex())
@@ -2166,7 +2167,6 @@ struct lambdaspincorrderived {
21662167
continue;
21672168

21682169
const int status = mcacc::v0Status(t1);
2169-
21702170
if (status < 0 || status >= nStat) {
21712171
continue;
21722172
}

0 commit comments

Comments
 (0)