Skip to content

[PWGLF] Fixed the TOF cutting shape of KstarInOO.cxx #20212

[PWGLF] Fixed the TOF cutting shape of KstarInOO.cxx

[PWGLF] Fixed the TOF cutting shape of KstarInOO.cxx #20212

Triggered via pull request November 10, 2025 09:45
@JimunLeeJimunLee
synchronize #13755
Status Failure
Total duration 14s
Artifacts

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
[pdg/explicit-code]: PWGLF/Tasks/Resonances/kstarInOO.cxx#L597
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/Tasks/Resonances/kstarInOO.cxx#L591
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/Tasks/Resonances/kstarInOO.cxx#L589
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/Tasks/Resonances/kstarInOO.cxx#L583
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/Tasks/Resonances/kstarInOO.cxx#L581
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[root/lorentz-vector]: PWGLF/Tasks/Resonances/kstarInOO.cxx#L652
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/lorentz-vector]: PWGLF/Tasks/Resonances/kstarInOO.cxx#L623
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/lorentz-vector]: PWGLF/Tasks/Resonances/kstarInOO.cxx#L36
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[std-prefix]: PWGLF/Tasks/Resonances/kstarInOO.cxx#L830
Use std:: prefix for names from the std namespace.
[include-iostream]: PWGLF/Tasks/Resonances/kstarInOO.cxx#L48
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.