[PWGJE] Jet Fragmentation & V0 QA: Add missing histograms #19531
Triggered via pull request
October 28, 2025 14:29
GijsvWeelden
opened
#13573
Status
Failure
Total duration
14s
Artifacts
–
Annotations
8 errors and 2 notices
|
O2 linter
Process completed with exit code 1.
|
|
O2 linter result
Issues have been found.
|
|
[name/o2-task]:
PWGJE/Tasks/v0QA.cxx#L1
Specify task name only when it cannot be derived from the struct name. Only append to the default name.
|
|
[name/o2-task]:
PWGJE/Tasks/v0QA.cxx#L1867
Specified task name jet-v0qa produces device name jet-v0qa which does not match the device name v0-q-a from the struct name V0QA. (Matching struct name JetV0qa)
|
|
[std-prefix]:
PWGJE/Tasks/v0QA.cxx#L1804
Use std:: prefix for names from the std namespace.
|
|
[std-prefix]:
PWGJE/Tasks/v0QA.cxx#L1795
Use std:: prefix for names from the std namespace.
|
|
[magic-number]:
PWGJE/Tasks/jetFragmentation.cxx#L2790
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
PWGJE/Tasks/jetFragmentation.cxx#L2788
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
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.
|