Skip to content

[ALICE3] Adding unweighted mass plots to ALICE 3 decay finder #13998

[ALICE3] Adding unweighted mass plots to ALICE 3 decay finder

[ALICE3] Adding unweighted mass plots to ALICE 3 decay finder #13998

Triggered via pull request July 21, 2025 08:02
@fcolamarfcolamar
synchronize #12166
Status Failure
Total duration 16s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/workflow-file]: ALICE3/TableProducer/alice3-correlatorDDbar.cxx#L1
Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.)
[name/file-cpp]: ALICE3/TableProducer/alice3-correlatorDDbar.cxx#L1
Use lowerCamelCase or UpperCamelCase for names of C++ files. See the O2 naming conventions for details.
[name/struct]: ALICE3/TableProducer/alice3-correlatorDDbar.cxx#L71
Use UpperCamelCase for names of structs.
[name/function-variable]: ALICE3/TableProducer/alice3-correlatorDDbar.cxx#L55
Use lowerCamelCase for names of functions and variables.
[magic-number]: ALICE3/TableProducer/alice3-correlatorDDbar.cxx#L284
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/TableProducer/alice3-correlatorDDbar.cxx#L277
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/TableProducer/alice3-correlatorDDbar.cxx#L271
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/TableProducer/alice3-correlatorDDbar.cxx#L252
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/TableProducer/alice3-correlatorDDbar.cxx#L243
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/TableProducer/alice3-correlatorDDbar.cxx#L179
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.