Skip to content

Commit 3804722

Browse files
committed
fix
1 parent e92b77d commit 3804722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGDQ/Core/MixingHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class MixingHandler : public TNamed
176176
// pool depth is a number of mixed partners and not a number of arrivals.
177177
void UpdatePool(const MixingEvent& event, int16_t poolDepth, uint32_t agingMask)
178178
{
179-
for (auto& poolEvent : events) { // o2-linter: disable=const-ref-in-for-loop (the events are modified)
179+
for (auto& poolEvent : events) {
180180
poolEvent.IncrementCounters(agingMask, poolDepth);
181181
}
182182
CleanPool();

0 commit comments

Comments
 (0)