Skip to content

[PWGCF] FemtoUniverse -- Add LF PID for phi daughters #7856

[PWGCF] FemtoUniverse -- Add LF PID for phi daughters

[PWGCF] FemtoUniverse -- Add LF PID for phi daughters #7856

Triggered via pull request April 4, 2025 09:20
Status Failure
Total duration 13s
Artifacts

o2-linter.yml

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

Annotations

2 errors, 10 warnings, and 1 notice
O2 linter
Process completed with exit code 1.
O2 linter result
Issues have been found.
[magic-number]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L365
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L352
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L344
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L338
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L332
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L326
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[pdg/explicit-code]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L1829
Avoid using hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L1827
Avoid using hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L1686
Avoid using hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L743
Avoid using hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
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.