Skip to content

[PWGHF] Update of post processing macros for hf correlation studies #16462

[PWGHF] Update of post processing macros for hf correlation studies

[PWGHF] Update of post processing macros for hf correlation studies #16462

Triggered via pull request September 1, 2025 15:00
@scattaruscattaru
opened #12815
Status Failure
Total duration 15s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/function-variable]: PWGHF/HFC/Macros/DhCorrelationExtraction.cxx#L177
Use lowerCamelCase for names of functions and variables.
[magic-number]: PWGHF/HFC/Macros/DhCorrelationExtraction.cxx#L1486
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/HFC/Macros/DhCorrelationExtraction.cxx#L1460
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/HFC/Macros/DhCorrelationExtraction.cxx#L1422
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/HFC/Macros/DhCorrelationExtraction.cxx#L1380
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/HFC/Macros/DhCorrelationExtraction.cxx#L988
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/HFC/Macros/DhCorrelationExtraction.cxx#L187
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/HFC/Macros/DhCorrelationExtraction.cxx#L180
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[pi-multiple-fraction]: PWGHF/HFC/Macros/DhCorrelationExtraction.cxx#L1301
Use multiples/fractions of PI defined in o2::constants::math.
[include-iostream]: PWGHF/HFC/Macros/DhCorrelationExtraction.cxx#L32
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.