Skip to content

[PWGEM/Dilepton] update mixing in dileptonPolarization.cxx #21711

[PWGEM/Dilepton] update mixing in dileptonPolarization.cxx

[PWGEM/Dilepton] update mixing in dileptonPolarization.cxx #21711

Triggered via pull request December 9, 2025 13:45
@dsekihatdsekihat
synchronize #14143
Status Failure
Total duration 17s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/configurable]: PWGEM/Dilepton/Tasks/dileptonPolarization.cxx#L76
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#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#L64
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#L644
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#L557
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGEM/Dilepton/Tasks/dileptonPolarization.cxx#L542
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGEM/Dilepton/Tasks/dileptonPolarization.cxx#L535
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGEM/Dilepton/Tasks/dileptonPolarization.cxx#L528
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.