Skip to content

[PWGUD] : Fixing the runtime overhead #11313

[PWGUD] : Fixing the runtime overhead

[PWGUD] : Fixing the runtime overhead #11313

Triggered via pull request June 10, 2025 13:09
@JosueMtzGarJosueMtzGar
synchronize #11532
Status Failure
Total duration 16s
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/o2-column]: PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx#L52
Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
[name/o2-column]: PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx#L51
Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
[name/o2-column]: PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx#L50
Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
[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#L411
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[pi-multiple-fraction]: PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx#L185
Use multiples/fractions of PI defined in o2::constants::math.
[pi-multiple-fraction]: PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx#L174
Use multiples/fractions of PI defined in o2::constants::math.
[two-pi-add-subtract]: PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx#L415
Use RecoDecay::constrainAngle to restrict angle to a given range.
[two-pi-add-subtract]: PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx#L412
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.