Skip to content

Commit e076a97

Browse files
rpezziaphecetche
authored andcommitted
Fixes MCH Digits Labels
1 parent ea28a7e commit e076a97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/MUON/MCH/Workflow/src/DigitFilteringSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class DigitFilteringTask
8787
if (isGoodDigit(d)) {
8888
oDigits.emplace_back(d);
8989
if (iLabels) {
90-
oLabels->addElements(oLabels->getIndexedSize(), iLabels->getLabels(i));
90+
oLabels->addElements(oLabels->getIndexedSize(), iLabels->getLabels(i + cursor));
9191
}
9292
}
9393
}

0 commit comments

Comments
 (0)