Skip to content

[ALICE3] Add proto decayer #20860

[ALICE3] Add proto decayer

[ALICE3] Add proto decayer #20860

Triggered via pull request November 20, 2025 19:43
@njacazionjacazio
synchronize #13892
Status Failure
Total duration 19s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[root/lorentz-vector]: ALICE3/TableProducer/OTF/onTheFlyDecayer.cxx#L96
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[std-prefix]: ALICE3/TableProducer/OTF/onTheFlyDecayer.cxx#L108
Use std:: prefix for names from the std namespace.
[std-prefix]: ALICE3/TableProducer/OTF/onTheFlyDecayer.cxx#L105
Use std:: prefix for names from the std namespace.
[std-prefix]: ALICE3/TableProducer/OTF/onTheFlyDecayer.cxx#L85
Use std:: prefix for names from the std namespace.
[std-prefix]: ALICE3/TableProducer/OTF/onTheFlyDecayer.cxx#L77
Use std:: prefix for names from the std namespace.
[std-prefix]: ALICE3/TableProducer/OTF/onTheFlyDecayer.cxx#L75
Use std:: prefix for names from the std namespace.
[name/o2-workflow]: ALICE3/TableProducer/OTF/CMakeLists.txt#L1
Use kebab-case for names of workflows and match the name of the workflow file.
[name/o2-workflow]: ALICE3/TableProducer/OTF/CMakeLists.txt#L22
Workflow name onthefly-richpid does not match its file name onTheFlyRichPid.cxx. (Matches ontheflyRichpid.cxx.)
[name/o2-workflow]: ALICE3/TableProducer/OTF/CMakeLists.txt#L17
Workflow name onthefly-tofpid does not match its file name onTheFlyTofPid.cxx. (Matches ontheflyTofpid.cxx.)
[name/o2-workflow]: ALICE3/TableProducer/OTF/CMakeLists.txt#L12
Workflow name onthefly-tracker does not match its file name onTheFlyTracker.cxx. (Matches ontheflyTracker.cxx.)
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.