Skip to content

[PWGLF] store wd mother pdg info in mask #2257

[PWGLF] store wd mother pdg info in mask

[PWGLF] store wd mother pdg info in mask #2257

Triggered via pull request January 12, 2025 18:22
Status Failure
Total duration 17s
Artifacts

o2-linter.yml

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

Annotations

2 errors, 10 warnings, and 1 notice
O2 linter result
Issues have been found.
O2 linter
Process completed with exit code 1.
[std-prefix]: PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L529
Use std:: prefix for names from the std namespace.
[pdg/database]: PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L47
Direct use of TDatabasePDG is not allowed. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG>.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L325
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L519
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L523
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L898
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L922
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L931
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L932
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L960
Use constant references for non-modified iterators in range-based for loops.
O2 linter
You can disable a test for a line by adding a comment with "o2-linter: disable=" followed by the name of the test.