Skip to content

[PWGLF] Avoid pair repeat in mixing #12540

[PWGLF] Avoid pair repeat in mixing

[PWGLF] Avoid pair repeat in mixing #12540

Triggered via pull request June 27, 2025 17:40
@skundu692skundu692
opened #11820
Status Failure
Total duration 14s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/struct]: PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx#L47
Use UpperCamelCase for names of structs.
[name/function-variable]: PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx#L68
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx#L67
Use lowerCamelCase for names of functions and variables.
[doc/file]: PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx#L1
Provide mandatory file documentation.
[doc/file]: PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx#L15
Documentation for \file is missing, incorrect or misplaced.
[const-ref-in-for-loop]: PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx#L278
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx#L264
Use constant references for non-modified iterators in range-based for loops.
[root/lorentz-vector]: PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx#L32
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/entity]: PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx#L184
Replace ROOT entities with equivalents from standard C++ or from O2.
[include-iostream]: PWGLF/Tasks/Strangeness/lambdaspincorrderived.cxx#L37
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.