[ALICE3] Change default LUT inputs to zero for particles #16147
Annotations
10 errors and 2 notices
|
[name/o2-task]:
ALICE3/Tasks/alice3-lutmaker.cxx#L1
Specify task name only when it cannot be derived from the struct name. Only append to the default name.
|
|
[name/o2-task]:
ALICE3/Tasks/alice3-lutmaker.cxx#L317
Specified task name alice3-lutmaker-electron produces device name alice3-lutmaker-electron which does not match the device name alice3-lut-maker from the struct name Alice3LutMaker. (Matching struct name Alice3LutmakerElectron)
|
|
[name/file-cpp]:
ALICE3/Tasks/alice3-lutmaker.cxx#L1
Use lowerCamelCase or UpperCamelCase for names of C++ files. See the O2 naming conventions for details.
|
|
[name/constexpr-constant]:
ALICE3/Tasks/alice3-lutmaker.cxx#L46
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
|
|
[name/constexpr-constant]:
ALICE3/Tasks/alice3-lutmaker.cxx#L43
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
|
|
[doc/file]:
ALICE3/Tasks/alice3-lutmaker.cxx#L1
Provide mandatory file documentation.
|
|
[doc/file]:
ALICE3/Tasks/alice3-lutmaker.cxx#L14
Documentation for \file is missing, incorrect or misplaced.
|
|
[magic-number]:
ALICE3/Tasks/alice3-lutmaker.cxx#L71
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[o2-workflow-options]:
ALICE3/Tasks/alice3-lutmaker.cxx#L1
Do not use workflow options to customise workflow topology composition in defineDataProcessing. Use process function switches or metadata instead.
|
|
[std-prefix]:
ALICE3/Tasks/alice3-lutmaker.cxx#L81
Use std:: prefix for names from the std namespace.
|
|
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.
|