You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGMM/Lumi/Tasks/lumiStabilityPP.cxx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ struct LumiStabilityPP {
203
203
int totalLeadingBCs = 0;
204
204
for (int iBC = 0; iBC < o2::constants::lhc::LHCMaxBunches; iBC++) {
205
205
if (bcPatternB[iBC]) { // Check if current BC is of type B
206
-
int nonBBCsBefore = 0; // Count how many consecutive BCs before this one are NOT type B
206
+
int nonBBCsBefore = 0; // Count how many consecutive BCs before this one are NOT type B
207
207
for (int j = 1; j <= numEmptyBCsBeforeLeadingBC; j++) {
208
208
int prevBC = (iBC - j + o2::constants::lhc::LHCMaxBunches) % o2::constants::lhc::LHCMaxBunches; // Protection for BCs at small indices to check the end of the orbit
209
209
if (!bcPatternB[prevBC]) {
@@ -304,7 +304,7 @@ struct LumiStabilityPP {
304
304
isSuperLeadingBcFT0 = false; // not a super-leading BC for FT0
0 commit comments