Skip to content

[PWGLF] Make sure that B field is updated when necessary #16322

[PWGLF] Make sure that B field is updated when necessary

[PWGLF] Make sure that B field is updated when necessary #16322

Triggered via pull request August 28, 2025 13:37
@mpucciompuccio
synchronize #12777
Status Failure
Total duration 13s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/macro]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L56
Use SCREAMING_SNAKE_CASE for names of macros. Leading and double underscores are not allowed.
[name/function-variable]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L1272
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L511
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L239
Use lowerCamelCase for names of functions and variables.
[magic-number]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L1023
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L700
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L636
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L582
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L522
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx#L301
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.