Skip to content

[Common,DPG] [DPG][Common] Test of dE/dx correction for occupancy #12296

[Common,DPG] [DPG][Common] Test of dE/dx correction for occupancy

[Common,DPG] [DPG][Common] Test of dE/dx correction for occupancy #12296

Triggered via pull request June 24, 2025 16:24
@amaringarciaamaringarcia
synchronize #11747
Status Failure
Total duration 14s
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]: Common/TableProducer/PID/pidTPC.cxx#L361
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[name/o2-workflow]: Common/TableProducer/PID/CMakeLists.txt#L1
Use kebab-case for names of workflows and match the name of the workflow file.
[name/o2-workflow]: Common/TableProducer/PID/CMakeLists.txt#L51
Workflow name pid-tpc does not match its file name pidTPC.cxx. (Matches pidTpc.cxx.)
[name/o2-workflow]: Common/TableProducer/PID/CMakeLists.txt#L46
Workflow name pid-tpc-base does not match its file name pidTPCBase.cxx. (Matches pidTpcBase.cxx.)
[name/o2-workflow]: Common/TableProducer/PID/CMakeLists.txt#L39
Workflow name pid-tof-full does not match its file name pidTOFFull.cxx. (Matches pidTofFull.cxx.)
[name/o2-workflow]: Common/TableProducer/PID/CMakeLists.txt#L34
Workflow name pid-tof-beta does not match its file name pidTOFbeta.cxx. (Matches pidTofBeta.cxx.)
[name/o2-workflow]: Common/TableProducer/PID/CMakeLists.txt#L29
Workflow name pid-tof-merge does not match its file name pidTOFMerge.cxx. (Matches pidTofMerge.cxx.)
[name/o2-workflow]: Common/TableProducer/PID/CMakeLists.txt#L24
Workflow name pid-tof does not match its file name pidTOF.cxx. (Matches pidTof.cxx.)
[name/o2-workflow]: Common/TableProducer/PID/CMakeLists.txt#L19
Workflow name pid-tof-base does not match its file name pidTOFBase.cxx. (Matches pidTofBase.cxx.)
[name/o2-workflow]: Common/TableProducer/PID/CMakeLists.txt#L13
Workflow name pid-its does not match its file name pidITS.cxx. (Matches pidIts.cxx.)
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.