Skip to content

[PWGUD] Implement luminosity calculation in SG candidate producer #9814

[PWGUD] Implement luminosity calculation in SG candidate producer

[PWGUD] Implement luminosity calculation in SG candidate producer #9814

Triggered via pull request May 14, 2025 11:42
@rolavickrolavick
synchronize #11089
Status Failure
Total duration 15s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/macro]: PWGUD/TableProducer/SGCandProducer.cxx#L50
Use SCREAMING_SNAKE_CASE for names of macros. Leading and double underscores are not allowed.
[name/function-variable]: PWGUD/TableProducer/SGCandProducer.cxx#L350
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGUD/TableProducer/SGCandProducer.cxx#L80
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGUD/TableProducer/SGCandProducer.cxx#L79
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGUD/TableProducer/SGCandProducer.cxx#L72
Use lowerCamelCase for names of functions and variables.
[magic-number]: PWGUD/TableProducer/SGCandProducer.cxx#L381
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGUD/TableProducer/SGCandProducer.cxx#L335
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGUD/TableProducer/SGCandProducer.cxx#L328
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGUD/TableProducer/SGCandProducer.cxx#L214
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGUD/TableProducer/SGCandProducer.cxx#L211
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.