Skip to content

[PWGDQ] Add geometry loading to dilepton-track task #14802

[PWGDQ] Add geometry loading to dilepton-track task

[PWGDQ] Add geometry loading to dilepton-track task #14802

Triggered via pull request August 1, 2025 09:16
@kaareendrupkaareendrup
synchronize #12355
Status Failure
Total duration 17s
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]: PWGDQ/Tasks/dqEfficiency.cxx#L210
Use constant references for non-modified iterators in range-based for loops.
[logging]: PWGDQ/Tasks/dqEfficiency.cxx#L386
Use O2 logging (LOG, LOGF, LOGP).
[logging]: PWGDQ/Tasks/dqEfficiency.cxx#L217
Use O2 logging (LOG, LOGF, LOGP).
[pi-multiple-fraction]: PWGDQ/Tasks/dqEfficiency.cxx#L1709
Use multiples/fractions of PI defined in o2::constants::math.
[pi-multiple-fraction]: PWGDQ/Tasks/dqEfficiency.cxx#L1699
Use multiples/fractions of PI defined in o2::constants::math.
[external-pi]: PWGDQ/Tasks/dqEfficiency.cxx#L1709
Use the PI constant (and its multiples and fractions) defined in o2::constants::math.
[external-pi]: PWGDQ/Tasks/dqEfficiency.cxx#L1699
Use the PI constant (and its multiples and fractions) defined in o2::constants::math.
[root/entity]: PWGDQ/Tasks/dqEfficiency.cxx#L1667
Replace ROOT entities with equivalents from standard C++ or from O2.
[root/entity]: PWGDQ/Tasks/dqEfficiency.cxx#L1401
Replace ROOT entities with equivalents from standard C++ or from O2.
[include-iostream]: PWGDQ/Tasks/dqEfficiency.cxx#L16
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.