Skip to content

[PWGLF] Fixed bug in the processing of cascades #14748

[PWGLF] Fixed bug in the processing of cascades

[PWGLF] Fixed bug in the processing of cascades #14748

Triggered via pull request July 31, 2025 13:14
Status Failure
Total duration 16s
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
[magic-number]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L590
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L398
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L1231
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L1210
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L1204
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L1170
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L1140
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L1119
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L1114
Use constant references for non-modified iterators in range-based for loops.
[pdg/database]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L45
Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead.
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.