Skip to content

[PWGJE] adding HFHBar #22372

[PWGJE] adding HFHBar

[PWGJE] adding HFHBar #22372

Triggered via pull request December 24, 2025 03:22
@nzardoshnzardosh
opened #14341
Status Failure
Total duration 15s
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/o2-workflow]: PWGJE/JetFinders/CMakeLists.txt#L26
Workflow name jet-finder-mcp-charged does not match its file name jetFinderMCPCharged.cxx. (Matches jetFinderMcpCharged.cxx.)
[name/o2-workflow]: PWGJE/JetFinders/CMakeLists.txt#L21
Workflow name jet-finder-mcd-charged does not match its file name jetFinderMCDCharged.cxx. (Matches jetFinderMcdCharged.cxx.)
[magic-number]: PWGJE/Core/JetMatchingUtilities.h#L737
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGJE/Core/JetMatchingUtilities.h#L49
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[const-ref-in-for-loop]: PWGJE/Core/JetMatchingUtilities.h#L612
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/Core/JetMatchingUtilities.h#L309
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/Core/JetMatchingUtilities.h#L213
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/Core/JetMatchingUtilities.h#L205
Use constant references for non-modified iterators in range-based for loops.
[two-pi-add-subtract]: PWGJE/Core/JetMatchingUtilities.h#L88
Use RecoDecay::constrainAngle to restrict angle to a given range.
[two-pi-add-subtract]: PWGJE/Core/JetMatchingUtilities.h#L82
Use RecoDecay::constrainAngle to restrict angle to a given range.
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.