Skip to content

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

[PWGUD] QC task for JPsi to 2 Muon process

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

Triggered via pull request September 29, 2025 17:46
@EdingrastEdingrast
synchronize #13164
Status Failure
Total duration 22s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
O2 linter result
Issues have been found.
[name/constexpr-constant]: PWGUD/AQC/udQcMuon.cxx#L166
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/function-variable]: PWGUD/AQC/udQcMuon.cxx#L166
Use lowerCamelCase for names of functions and variables.
[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.