Skip to content

[PWGUD] QC task for JPsi to 2 Muon process #17959

[PWGUD] QC task for JPsi to 2 Muon process

[PWGUD] QC task for JPsi to 2 Muon process #17959

Triggered via pull request September 29, 2025 16:59
@EdingrastEdingrast
reopened #13164
Status Failure
Total duration 18s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/function-variable]: PWGUD/AQC/udQCMuon.cxx#L166
Use lowerCamelCase for names of functions and variables.
[doc/file]: PWGUD/AQC/udQCMuon.cxx#L1
Provide mandatory file documentation.
[doc/file]: PWGUD/AQC/udQCMuon.cxx#L17
Documentation for \file is missing, incorrect or misplaced.
[const-ref-in-process]: PWGUD/AQC/udQCMuon.cxx#L1
Use constant references for table subscriptions in process functions.
[const-ref-in-process]: PWGUD/AQC/udQCMuon.cxx#L201
Argument aod::Calos& calos is not const&.
[const-ref-in-process]: PWGUD/AQC/udQCMuon.cxx#L201
Argument aod::Zdcs& zdcs is not const&.
[name/o2-workflow]: PWGUD/AQC/CMakeLists.txt#L1
Use kebab-case for names of workflows and match the name of the workflow file.
[name/o2-workflow]: PWGUD/AQC/CMakeLists.txt#L22
Workflow name udqcmidrap does not match its file name udQCmidRap.cxx. (Matches udqcmidrap.cxx.)
[name/o2-workflow]: PWGUD/AQC/CMakeLists.txt#L17
Workflow name fittest does not match its file name FITtest.cxx. (Matches fittest.cxx.)
[name/o2-workflow]: PWGUD/AQC/CMakeLists.txt#L12
Workflow name udqc does not match its file name udQC.cxx. (Matches udqc.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.