Skip to content

[PWGDQ] Fixing event mixing for dimuons #21656

[PWGDQ] Fixing event mixing for dimuons

[PWGDQ] Fixing event mixing for dimuons #21656

Triggered via pull request December 8, 2025 16:15
Status Failure
Total duration 21s
Artifacts

o2-linter.yml

on: pull_request_target
O2 linter
17s
O2 linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 notices
[const-ref-in-for-loop]: PWGDQ/Tasks/tableReader_withAssoc.cxx#L636
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGDQ/Tasks/tableReader_withAssoc.cxx#L622
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGDQ/Tasks/tableReader_withAssoc.cxx#L507
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGDQ/Tasks/tableReader_withAssoc.cxx#L488
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGDQ/Tasks/tableReader_withAssoc.cxx#L485
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGDQ/Tasks/tableReader_withAssoc.cxx#L394
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGDQ/Tasks/tableReader_withAssoc.cxx#L334
Use constant references for non-modified iterators in range-based for loops.
[logging]: PWGDQ/Tasks/tableReader_withAssoc.cxx#L263
Use O2 logging (LOG, LOGF, LOGP).
[std-prefix]: PWGDQ/Tasks/tableReader_withAssoc.cxx#L3438
Use std:: prefix for names from the std namespace.
[include-iostream]: PWGDQ/Tasks/tableReader_withAssoc.cxx#L56
Do not include iostream. Use O2 logging instead.
O2 linter
To tolerate certain issues in a directory, add a line with the test name in "o2linter_config".
O2 linter
Exceptionally, you can disable a test for a line by adding a comment with "o2-linter: disable=" followed by the name of the test and parentheses with a reason for the exception.