Skip to content

[PWGJE] V0 Jet Framework update #17839

[PWGJE] V0 Jet Framework update

[PWGJE] V0 Jet Framework update #17839

Triggered via pull request September 26, 2025 10:26
@GijsvWeeldenGijsvWeelden
synchronize #13063
Status Failure
Total duration 16s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[doc/file]: PWGJE/JetFinders/jetFinderV0.cxx#L11
Documentation for \author is missing, incorrect or misplaced.
[doc/file]: PWGJE/JetFinders/jetFinderV0.cxx#L11
Documentation for \brief is missing, incorrect or misplaced.
[doc/file]: PWGJE/JetFinders/jetFinderV0.cxx#L11
Documentation for \file is missing, incorrect or misplaced.
[magic-number]: PWGJE/JetFinders/jetFinderV0.cxx#L138
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGJE/JetFinders/jetFinderV0.cxx#L135
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGJE/JetFinders/jetFinderV0.cxx#L123
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[pdg/explicit-code]: PWGJE/JetFinders/jetFinderV0.cxx#L138
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGJE/JetFinders/jetFinderV0.cxx#L135
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[root/entity]: PWGJE/JetFinders/jetFinderV0.cxx#L144
Replace ROOT entities with equivalents from standard C++ or from O2.
[name/file-cpp]: PWGJE/Core/JetV0Utilities.h#L1
Use lowerCamelCase or UpperCamelCase for names of C++ files. See the O2 naming conventions for details.
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.