Skip to content

[PWGHF] Implement ML models in D0-h correlation #770

[PWGHF] Implement ML models in D0-h correlation

[PWGHF] Implement ML models in D0-h correlation #770

Triggered via pull request December 10, 2024 20:19
Status Failure
Total duration 18s
Artifacts

o2-linter.yml

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

Annotations

2 errors, 10 warnings, and 1 notice
O2 linter result
Issues have been found.
O2 linter
Process completed with exit code 1.
[name/configurable]: PWGHF/HFC/TableProducer/correlatorD0Hadrons.cxx#L181
Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
[name/configurable]: PWGHF/HFC/TableProducer/correlatorD0Hadrons.cxx#L183
Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
[pwghf/struct-member-order]: PWGHF/HFC/TableProducer/correlatorD0Hadrons.cxx#L83
HfCorrelatorD0HadronsSelection: SliceCache appears too early (before end of HfHelper).
[pwghf/struct-member-order]: PWGHF/HFC/TableProducer/correlatorD0Hadrons.cxx#L165
HfCorrelatorD0Hadrons: SliceCache appears too early (before end of HfHelper).
[pwghf/struct-member-order]: PWGHF/HFC/TableProducer/correlatorD0Hadrons.cxx#L204
HfCorrelatorD0Hadrons: Preslice< appears too early (before end of Filter).
[pwghf/struct-member-order]: PWGHF/HFC/TableProducer/correlatorD0Hadrons.cxx#L191
HfCorrelatorD0Hadrons: ConfigurableAxis appears too early (before end of Preslice<).
[pwghf/struct-member-order]: PWGHF/HFC/TableProducer/correlatorD0Hadrons.cxx#L1
Declare struct members in the conventional order. See the PWGHF coding guidelines.
[name/configurable]: PWGHF/HFC/Tasks/taskCorrelationD0Hadrons.cxx#L89
Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
[name/configurable]: PWGHF/HFC/Tasks/taskCorrelationD0Hadrons.cxx#L91
Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
[name/configurable]: PWGHF/HFC/Tasks/taskCorrelationD0Hadrons.cxx#L93
Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
O2 linter
You can disable a test for a line by adding a comment with "o2-linter: disable=" followed by the name of the test.