Skip to content

[PWGLF] Init PID ITS in LFNucleiBATask #12484

[PWGLF] Init PID ITS in LFNucleiBATask

[PWGLF] Init PID ITS in LFNucleiBATask #12484

Triggered via pull request June 27, 2025 11:48
@njacazionjacazio
synchronize #11796
Status Failure
Total duration 17s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[pdg/explicit-code]: PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx#L214
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx#L213
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx#L212
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx#L211
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx#L210
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[root/lorentz-vector]: PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx#L26
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/entity]: PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx#L2252
Replace ROOT entities with equivalents from standard C++ or from O2.
[root/entity]: PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx#L2234
Replace ROOT entities with equivalents from standard C++ or from O2.
[root/entity]: PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx#L2228
Replace ROOT entities with equivalents from standard C++ or from O2.
[root/entity]: PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx#L2222
Replace ROOT entities with equivalents from standard C++ or from O2.
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.