Skip to content

[PWGUD] Fix some bug tracker issues #21500

[PWGUD] Fix some bug tracker issues

[PWGUD] Fix some bug tracker issues #21500

Triggered via pull request December 4, 2025 11:13
@sigurdnesesigurdnese
synchronize #14085
Status Failure
Total duration 15s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[const-ref-in-for-loop]: PWGUD/Core/DGPIDSelector.h#L354
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGUD/Core/DGPIDSelector.h#L247
Use constant references for non-modified iterators in range-based for loops.
[pdg/database]: PWGUD/Core/DGPIDSelector.h#L511
Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead.
[pdg/database]: PWGUD/Core/DGPIDSelector.h#L238
Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead.
[pdg/database]: PWGUD/Core/DGPIDSelector.h#L23
Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead.
[pdg/database]: PWGUD/Core/DGPIDSelector.h#L18
Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead.
[root/lorentz-vector]: PWGUD/Core/DGPIDSelector.h#L267
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/lorentz-vector]: PWGUD/Core/DGPIDSelector.h#L245
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/lorentz-vector]: PWGUD/Core/DGPIDSelector.h#L241
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
[root/lorentz-vector]: PWGUD/Core/DGPIDSelector.h#L19
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.