Skip to content

[PWGCF] FemtoUniverse -- Add helicity angle analysis in lambda decay. #10100

[PWGCF] FemtoUniverse -- Add helicity angle analysis in lambda decay.

[PWGCF] FemtoUniverse -- Add helicity angle analysis in lambda decay. #10100

Triggered via pull request May 19, 2025 15:24
Status Failure
Total duration 18s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

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/function-variable]: PWGCF/FemtoUniverse/Tasks/femtoUniverseDebugV0.cxx#L51
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGCF/FemtoUniverse/Tasks/femtoUniverseDebugV0.cxx#L50
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGCF/FemtoUniverse/Tasks/femtoUniverseDebugV0.cxx#L49
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGCF/FemtoUniverse/Tasks/femtoUniverseDebugV0.cxx#L48
Use lowerCamelCase for names of functions and variables.
[pdg/known-mass]: PWGCF/FemtoUniverse/Tasks/femtoUniverseDebugV0.cxx#L113
Use o2::constants::physics::Mass... instead of calling a database method for a known PDG code.
[pdg/known-mass]: PWGCF/FemtoUniverse/Tasks/femtoUniverseDebugV0.cxx#L112
Use o2::constants::physics::Mass... instead of calling a database method for a known PDG code.
[pdg/explicit-code]: PWGCF/FemtoUniverse/Tasks/femtoUniverseDebugV0.cxx#L113
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGCF/FemtoUniverse/Tasks/femtoUniverseDebugV0.cxx#L112
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[include-iostream]: PWGCF/FemtoUniverse/Tasks/femtoUniverseDebugV0.cxx#L19
Do not include iostream. Use O2 logging instead.
[root/lorentz-vector]: PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h#L27
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template 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.