Skip to content

[PWGDQ] Loading z shift of fwdtracks from ccdb #22510

[PWGDQ] Loading z shift of fwdtracks from ccdb

[PWGDQ] Loading z shift of fwdtracks from ccdb #22510

Triggered via pull request January 2, 2026 09:27
Status Failure
Total duration 16s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[std-prefix]: PWGDQ/Core/VarManager.h#L1612
Use std:: prefix for names from the std namespace.
[std-prefix]: PWGDQ/Core/VarManager.h#L1611
Use std:: prefix for names from the std namespace.
[import-std-name]: PWGDQ/Core/VarManager.h#L78
Do not import names from the std namespace in headers.
[import-std-name]: PWGDQ/Core/VarManager.h#L77
Do not import names from the std namespace in headers.
[import-std-name]: PWGDQ/Core/VarManager.h#L76
Do not import names from the std namespace in headers.
[include-iostream]: PWGDQ/Core/VarManager.h#L71
Do not include iostream. Use O2 logging instead.
[magic-number]: PWGDQ/Core/VarManager.cxx#L271
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[std-prefix]: PWGDQ/Core/VarManager.cxx#L172
Use std:: prefix for names from the std namespace.
[std-prefix]: PWGDQ/Core/VarManager.cxx#L171
Use std:: prefix for names from the std namespace.
[include-iostream]: PWGDQ/Core/VarManager.cxx#L16
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.