Skip to content

[PWGLF] Add rotational bkg and configurables for secondary selections for 'chk892pp.cxx' #14287

[PWGLF] Add rotational bkg and configurables for secondary selections for 'chk892pp.cxx'

[PWGLF] Add rotational bkg and configurables for secondary selections for 'chk892pp.cxx' #14287

Triggered via pull request July 24, 2025 14:32
@SuJeong-JiSuJeong-Ji
synchronize #12224
Status Failure
Total duration 15s
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
[const-ref-in-for-loop]: PWGLF/Tasks/Resonances/chk892pp.cxx#L842
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/Tasks/Resonances/chk892pp.cxx#L841
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/Tasks/Resonances/chk892pp.cxx#L736
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/Tasks/Resonances/chk892pp.cxx#L699
Use constant references for non-modified iterators in range-based for loops.
[pdg/explicit-code]: PWGLF/Tasks/Resonances/chk892pp.cxx#L678
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/Tasks/Resonances/chk892pp.cxx#L673
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/Tasks/Resonances/chk892pp.cxx#L669
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/database]: PWGLF/Tasks/Resonances/chk892pp.cxx#L27
Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead.
[root/lorentz-vector]: PWGLF/Tasks/Resonances/chk892pp.cxx#L695
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/chk892pp.cxx#L22
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.