We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83bc665 commit 220e5a0Copy full SHA for 220e5a0
1 file changed
PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx
@@ -1898,6 +1898,7 @@ struct lambdaspincorrderived {
1898
continue; // same-event ordering
1899
}
1900
1901
+ // no shared daughters (same-event)
1902
if (t1.protonIndex() == t2.protonIndex())
1903
continue;
1904
if (t1.pionIndex() == t2.pionIndex())
@@ -2131,7 +2132,6 @@ struct lambdaspincorrderived {
2131
2132
2133
2134
const int status = mcacc::v0Status(t1);
-
2135
if (status < 0 || status >= nStat) {
2136
2137
0 commit comments