We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a390d68 commit 70427e4Copy full SHA for 70427e4
1 file changed
PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx
@@ -1923,6 +1923,7 @@ struct lambdaspincorrderived {
1923
continue; // same-event ordering
1924
}
1925
1926
+ // no shared daughters (same-event)
1927
if (t1.protonIndex() == t2.protonIndex())
1928
continue;
1929
if (t1.pionIndex() == t2.pionIndex())
@@ -2166,7 +2167,6 @@ struct lambdaspincorrderived {
2166
2167
2168
2169
const int status = mcacc::v0Status(t1);
-
2170
if (status < 0 || status >= nStat) {
2171
2172
0 commit comments