Skip to content

[PWGLF] Add delta phi info and improved mixed event weight #18750

[PWGLF] Add delta phi info and improved mixed event weight

[PWGLF] Add delta phi info and improved mixed event weight #18750

Triggered via pull request October 14, 2025 08:13
@skundu692skundu692
synchronize #13378
Status Failure
Total duration 14s
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/Tasks/Strangeness/lambdaspincorrderived.cxx#L666
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx#L650
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx#L596
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx#L587
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx#L571
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx#L563
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx#L508
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx#L494
Use constant references for non-modified iterators in range-based for loops.
[root/lorentz-vector]: PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx#L33
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[include-iostream]: PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx#L42
Do not include iostream. Use O2 logging 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.