Skip to content

[PWGEM/Dilepton] add a beta histogram in dileptonPolarization.cxx #21402

[PWGEM/Dilepton] add a beta histogram in dileptonPolarization.cxx

[PWGEM/Dilepton] add a beta histogram in dileptonPolarization.cxx #21402

Triggered via pull request December 2, 2025 17:17
@dsekihatdsekihat
synchronize #14056
Status Failure
Total duration 15s
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/configurable]: PWGEM/Dilepton/Tasks/dileptonPolarization.cxx#L75
Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
[name/configurable]: PWGEM/Dilepton/Tasks/dileptonPolarization.cxx#L74
Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
[name/configurable]: PWGEM/Dilepton/Tasks/dileptonPolarization.cxx#L73
Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
[name/configurable]: PWGEM/Dilepton/Tasks/dileptonPolarization.cxx#L63
Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.)
[name/o2-task]: PWGEM/Dilepton/Tasks/dileptonPolarization.cxx#L1
Specify task name only when it cannot be derived from the struct name. Only append to the default name.
[name/o2-task]: PWGEM/Dilepton/Tasks/dileptonPolarization.cxx#L710
Specified task name dilepton-polarization and the struct name DileptonPolarization produce the same device name dilepton-polarization. TaskName is redundant.
[magic-number]: PWGEM/Dilepton/Tasks/dileptonPolarization.cxx#L619
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGEM/Dilepton/Tasks/dileptonPolarization.cxx#L604
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGEM/Dilepton/Tasks/dileptonPolarization.cxx#L597
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGEM/Dilepton/Tasks/dileptonPolarization.cxx#L590
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
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.