Skip to content

[DPG] Add possibility to skip TPC-only tracks #12780

[DPG] Add possibility to skip TPC-only tracks

[DPG] Add possibility to skip TPC-only tracks #12780

Triggered via pull request July 2, 2025 07:08
@fgrosafgrosa
synchronize #11867
Status Failure
Total duration 12s
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
[magic-number]: DPG/Tasks/AOTTrack/tagAndProbeDmesons.cxx#L448
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: DPG/Tasks/AOTTrack/tagAndProbeDmesons.cxx#L252
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: DPG/Tasks/AOTTrack/tagAndProbeDmesons.cxx#L251
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[const-ref-in-for-loop]: DPG/Tasks/AOTTrack/tagAndProbeDmesons.cxx#L477
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: DPG/Tasks/AOTTrack/tagAndProbeDmesons.cxx#L470
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: DPG/Tasks/AOTTrack/tagAndProbeDmesons.cxx#L457
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: DPG/Tasks/AOTTrack/tagAndProbeDmesons.cxx#L449
Use constant references for non-modified iterators in range-based for loops.
[pdg/explicit-code]: DPG/Tasks/AOTTrack/tagAndProbeDmesons.cxx#L425
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: DPG/Tasks/AOTTrack/tagAndProbeDmesons.cxx#L422
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: DPG/Tasks/AOTTrack/tagAndProbeDmesons.cxx#L419
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg 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.