Skip to content

Commit 18eb84e

Browse files
committed
Fix typo
1 parent 9938133 commit 18eb84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGMM/Lumi/Tasks/lumiStabilityPP.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ struct LumiStabilityPP {
312312
if (idxBc < bcShiftFDDForData2023) { // we need to skip the first 15 because of the FDD-FT0 shift
313313
continue;
314314
}
315-
bcFDD = bcs.rawIteratorAt(idxBc - bcShiftFDDForData2023);
315+
bcFDD = bcs.rawIteratorAt(idxBc + bcShiftFDDForData2023);
316316
} else {
317317
bcFDD = bc;
318318
}

0 commit comments

Comments
 (0)