We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9938133 commit 18eb84eCopy full SHA for 18eb84e
PWGMM/Lumi/Tasks/lumiStabilityPP.cxx
@@ -312,7 +312,7 @@ struct LumiStabilityPP {
312
if (idxBc < bcShiftFDDForData2023) { // we need to skip the first 15 because of the FDD-FT0 shift
313
continue;
314
}
315
- bcFDD = bcs.rawIteratorAt(idxBc - bcShiftFDDForData2023);
+ bcFDD = bcs.rawIteratorAt(idxBc + bcShiftFDDForData2023);
316
} else {
317
bcFDD = bc;
318
0 commit comments