1 parent dcda5ca commit de52d33Copy full SHA for de52d33
1 file changed
PWGDQ/Core/MixingHandler.h
@@ -176,7 +176,7 @@ class MixingHandler : public TNamed
176
// pool depth is a number of mixed partners and not a number of arrivals.
177
void UpdatePool(const MixingEvent& event, int16_t poolDepth, uint32_t agingMask)
178
{
179
- for (auto& poolEvent : events) { // o2-linter: disable=const-ref-in-for-loop (the events are modified)
+ for (auto& poolEvent : events) {
180
poolEvent.IncrementCounters(agingMask, poolDepth);
181
}
182
CleanPool();
0 commit comments