Skip to content

[PWGDQ] bugfix in matching QA task #23242

[PWGDQ] bugfix in matching QA task

[PWGDQ] bugfix in matching QA task #23242

Triggered via pull request January 19, 2026 17:31
Status Failure
Total duration 14s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[logging]: PWGDQ/Tasks/qaMatching.cxx#L2154
Use O2 logging (LOG, LOGF, LOGP).
[logging]: PWGDQ/Tasks/qaMatching.cxx#L2152
Use O2 logging (LOG, LOGF, LOGP).
[logging]: PWGDQ/Tasks/qaMatching.cxx#L2151
Use O2 logging (LOG, LOGF, LOGP).
[logging]: PWGDQ/Tasks/qaMatching.cxx#L2117
Use O2 logging (LOG, LOGF, LOGP).
[logging]: PWGDQ/Tasks/qaMatching.cxx#L1594
Use O2 logging (LOG, LOGF, LOGP).
[pdg/explicit-code]: PWGDQ/Tasks/qaMatching.cxx#L1544
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGDQ/Tasks/qaMatching.cxx#L1487
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[std-prefix]: PWGDQ/Tasks/qaMatching.cxx#L1296
Use std:: prefix for names from the std namespace.
[std-prefix]: PWGDQ/Tasks/qaMatching.cxx#L1295
Use std:: prefix for names from the std namespace.
[include-iostream]: PWGDQ/Tasks/qaMatching.cxx#L33
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.