Skip to content

[PWGUD] Correlation for both sides and NUA correction #15691

[PWGUD] Correlation for both sides and NUA correction

[PWGUD] Correlation for both sides and NUA correction #15691

Triggered via pull request August 15, 2025 21:05
Status Failure
Total duration 14s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/function-variable]: PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx#L459
Use lowerCamelCase for names of functions and variables.
[doc/file]: PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx#L1
Provide mandatory file documentation.
[doc/file]: PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx#L14
Documentation for \brief is missing, incorrect or misplaced.
[magic-number]: PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx#L448
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[pi-multiple-fraction]: PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx#L196
Use multiples/fractions of PI defined in o2::constants::math.
[pi-multiple-fraction]: PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx#L195
Use multiples/fractions of PI defined in o2::constants::math.
[pi-multiple-fraction]: PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx#L194
Use multiples/fractions of PI defined in o2::constants::math.
[pi-multiple-fraction]: PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx#L182
Use multiples/fractions of PI defined in o2::constants::math.
[two-pi-add-subtract]: PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx#L452
Use RecoDecay::constrainAngle to restrict angle to a given range.
[two-pi-add-subtract]: PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx#L449
Use RecoDecay::constrainAngle to restrict angle to a given range.
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.