Skip to content

Commit 4a3c16b

Browse files
authored
Update alice3-decayfinder.cxx
1 parent 2d6fd94 commit 4a3c16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/TableProducer/alice3-decayfinder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ struct alice3decayFinder {
480480
// int daugID[2];
481481
int daugPDG[2], i = 0;
482482
for (const auto& dau : daughters) {
483-
// daugID[i] = dau.globalIndex();
483+
// daugID[i] = dau.globalIndex();
484484
daugPDG[i] = dau.pdgCode();
485485
i++;
486486
}

0 commit comments

Comments
 (0)