Skip to content

[PWGHF] updated code to reduce memory size of the output file #6830

[PWGHF] updated code to reduce memory size of the output file

[PWGHF] updated code to reduce memory size of the output file #6830

Triggered via pull request March 13, 2025 17:20
Status Failure
Total duration 21s
Artifacts

o2-linter.yml

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

Annotations

2 errors, 9 warnings, and 1 notice
O2 linter result
Issues have been found.
O2 linter
Process completed with exit code 1.
[name/function-variable]: PWGHF/D2H/Tasks/taskDirectedFlowCharmHadrons.cxx#L209
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGHF/D2H/Tasks/taskDirectedFlowCharmHadrons.cxx#L210
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGHF/D2H/Tasks/taskDirectedFlowCharmHadrons.cxx#L211
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGHF/D2H/Tasks/taskDirectedFlowCharmHadrons.cxx#L212
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGHF/D2H/Tasks/taskDirectedFlowCharmHadrons.cxx#L213
Use lowerCamelCase for names of functions and variables.
[pwghf/struct-member-order]: PWGHF/D2H/Tasks/taskDirectedFlowCharmHadrons.cxx#L89
HfTaskDirectedFlowCharmHadrons: SliceCache appears too early (before end of HfHelper).
[pwghf/struct-member-order]: PWGHF/D2H/Tasks/taskDirectedFlowCharmHadrons.cxx#L71
HfTaskDirectedFlowCharmHadrons: using appears too early (before end of SliceCache).
[pwghf/struct-member-order]: PWGHF/D2H/Tasks/taskDirectedFlowCharmHadrons.cxx#L62
HfTaskDirectedFlowCharmHadrons: ConfigurableAxis appears too early (before end of Partition<).
[pwghf/struct-member-order]: PWGHF/D2H/Tasks/taskDirectedFlowCharmHadrons.cxx#L1
Declare struct members in the conventional order. See the PWGHF coding guidelines.
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.