Skip to content

[PWGLF] Add min pT cut #19782

[PWGLF] Add min pT cut

[PWGLF] Add min pT cut #19782

Triggered via pull request November 2, 2025 17:52
@lauraserlauraser
opened #13642
Status Failure
Total duration 16s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[pdg/explicit-mass]: PWGLF/Tasks/Resonances/f1protoncorrelation.cxx#L247
Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead.
[pdg/explicit-mass]: PWGLF/Tasks/Resonances/f1protoncorrelation.cxx#L246
Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead.
[root/lorentz-vector]: PWGLF/Tasks/Resonances/f1protoncorrelation.cxx#L224
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/f1protoncorrelation.cxx#L223
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/f1protoncorrelation.cxx#L203
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/f1protoncorrelation.cxx#L202
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/f1protoncorrelation.cxx#L201
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/f1protoncorrelation.cxx#L170
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/f1protoncorrelation.cxx#L34
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[include-iostream]: PWGLF/Tasks/Resonances/f1protoncorrelation.cxx#L39
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.