Skip to content

[PWGLF,Trigger] Fix the bug related to BC index #8978

[PWGLF,Trigger] Fix the bug related to BC index

[PWGLF,Trigger] Fix the bug related to BC index #8978

Triggered via pull request April 28, 2025 16:26
@skundu692skundu692
synchronize #11008
Status Failure
Total duration 17s
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-mass]: EventFiltering/PWGLF/filterf1proton.cxx#L823
Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead.
[pdg/explicit-mass]: EventFiltering/PWGLF/filterf1proton.cxx#L822
Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead.
[pdg/explicit-mass]: EventFiltering/PWGLF/filterf1proton.cxx#L389
Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead.
[pdg/explicit-mass]: EventFiltering/PWGLF/filterf1proton.cxx#L388
Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead.
[root/lorentz-vector]: EventFiltering/PWGLF/filterf1proton.cxx#L703
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/lorentz-vector]: EventFiltering/PWGLF/filterf1proton.cxx#L20
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[std-prefix]: EventFiltering/PWGLF/filterf1proton.cxx#L802
Use std:: prefix for names from the std namespace.
[std-prefix]: EventFiltering/PWGLF/filterf1proton.cxx#L411
Use std:: prefix for names from the std namespace.
[std-prefix]: EventFiltering/PWGLF/filterf1proton.cxx#L377
Use std:: prefix for names from the std namespace.
[include-iostream]: EventFiltering/PWGLF/filterf1proton.cxx#L23
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.