Skip to content

[PWGCF] FemtoUniverse -- Add new MCTruth analysis to helicity study. #16552

[PWGCF] FemtoUniverse -- Add new MCTruth analysis to helicity study.

[PWGCF] FemtoUniverse -- Add new MCTruth analysis to helicity study. #16552

Triggered via pull request September 3, 2025 11:03
@a-m-andrushkoa-m-andrushko
synchronize #12843
Status Failure
Total duration 17s
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/function-variable]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L453
Use lowerCamelCase for names of functions and variables.
[magic-number]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L457
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[root/lorentz-vector]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L1895
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/lorentz-vector]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L1887
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/lorentz-vector]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L1886
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/lorentz-vector]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L944
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/lorentz-vector]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L936
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/lorentz-vector]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L935
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/lorentz-vector]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L58
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/entity]: PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L457
Replace ROOT entities with equivalents from standard C++ or from O2.
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.