Skip to content

[PWGCF] [Femto3D] adding a new task for PID Optimization #13515

[PWGCF] [Femto3D] adding a new task for PID Optimization

[PWGCF] [Femto3D] adding a new task for PID Optimization #13515

Triggered via pull request July 14, 2025 09:07
@njacazionjacazio
synchronize #12022
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]: PWGCF/Femto3D/Tasks/PIDoptimization.cxx#L201
Use constant references for non-modified iterators in range-based for loops.
[pi-multiple-fraction]: PWGCF/Femto3D/Tasks/PIDoptimization.cxx#L108
Use multiples/fractions of PI defined in o2::constants::math.
[external-pi]: PWGCF/Femto3D/Tasks/PIDoptimization.cxx#L108
Use the PI constant (and its multiples and fractions) defined in o2::constants::math.
[std-prefix]: PWGCF/Femto3D/Tasks/PIDoptimization.cxx#L229
Use std:: prefix for names from the std namespace.
[std-prefix]: PWGCF/Femto3D/Tasks/PIDoptimization.cxx#L202
Use std:: prefix for names from the std namespace.
[include-iostream]: PWGCF/Femto3D/Tasks/PIDoptimization.cxx#L45
Do not include iostream. Use O2 logging instead.
[name/o2-workflow]: PWGCF/Femto3D/Tasks/CMakeLists.txt#L1
Use kebab-case for names of workflows and match the name of the workflow file.
[name/o2-workflow]: PWGCF/Femto3D/Tasks/CMakeLists.txt#L27
Workflow name femto3d-pid-optimization does not match its file name PIDoptimization.cxx. (Matches femto3dPidOptimization.cxx.)
[name/o2-workflow]: PWGCF/Femto3D/Tasks/CMakeLists.txt#L22
Workflow name femto3d-pair-task-mc does not match its file name femto3dPairTaskMC.cxx. (Matches femto3dPairTaskMc.cxx.)
[name/o2-workflow]: PWGCF/Femto3D/Tasks/CMakeLists.txt#L12
Workflow name femto3d-qa does not match its file name femto3dQA.cxx. (Matches femto3dQa.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.