We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1330d6 commit c2581fdCopy full SHA for c2581fd
1 file changed
Common/TableProducer/eventSelection.cxx
@@ -341,7 +341,7 @@ struct BcSelectionTask {
341
}
342
343
// bc loop
344
- for (auto bc : bcs) { // o2-linter: disable=const-ref-in-for-loop (use bc as non-const iterator for checks in neighbouring bcs)
+ for (auto bc : bcs) { // o2-linter: disable=const-ref-in-for-loop (use bc as nonconst iterator)
345
// store rct flags
346
uint32_t rct = lastRCT;
347
int64_t thisTF = (bc.globalBC() - bcSOR) / nBCsPerTF;
0 commit comments