Skip to content

[PWGLF] Fix filling of weak decaying daughters #14728

[PWGLF] Fix filling of weak decaying daughters

[PWGLF] Fix filling of weak decaying daughters #14728

Triggered via pull request July 31, 2025 09:01
@fmazzascfmazzasc
opened #12347
Status Failure
Total duration 17s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx#L912
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx#L903
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx#L899
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx#L889
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx#L877
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx#L860
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx#L848
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx#L608
Use constant references for non-modified iterators in range-based for loops.
[pdg/explicit-code]: PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx#L359
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[std-prefix]: PWGLF/TableProducer/Nuspex/nucleiSpectra.cxx#L359
Use std:: prefix for names from the std namespace.
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.