Skip to content

Commit 4596f1a

Browse files
authored
Merge pull request #146 from alibuild/alibot-cleanup-15087
Please consider the following formatting changes to #15087
2 parents f43f26c + 285e57b commit 4596f1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGMM/Lumi/Tasks/lumiStabilityPP.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ struct LumiStabilityPP {
203203
int totalLeadingBCs = 0;
204204
for (int iBC = 0; iBC < o2::constants::lhc::LHCMaxBunches; iBC++) {
205205
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
207207
for (int j = 1; j <= numEmptyBCsBeforeLeadingBC; j++) {
208208
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
209209
if (!bcPatternB[prevBC]) {
@@ -304,7 +304,7 @@ struct LumiStabilityPP {
304304
isSuperLeadingBcFT0 = false; // not a super-leading BC for FT0
305305
}
306306

307-
if (ctpInputMask.test(13) || ctpInputMask.test(15) || ctpInputMask.test(16) || ctpInputMask.test(17)|| ctpInputMask.test(18)) { // 5 FDD triggers
307+
if (ctpInputMask.test(13) || ctpInputMask.test(15) || ctpInputMask.test(16) || ctpInputMask.test(17) || ctpInputMask.test(18)) { // 5 FDD triggers
308308
globalBCIdOfLastBCWithActivityFDD = globalBC;
309309
}
310310
if (ctpInputMask.test(1) || ctpInputMask.test(2) || ctpInputMask.test(3) || ctpInputMask.test(4) || ctpInputMask.test(5)) { // 5 FT0 triggers

0 commit comments

Comments
 (0)