[PWGCF] FemtoDream: added event sphericity calculation #15975
Annotations
10 errors and 2 notices
|
[name/o2-workflow]:
PWGCF/FemtoDream/TableProducer/CMakeLists.txt#L12
Workflow name femtodream-producer does not match its file name femtoDreamProducerTask.cxx. (Matches femtodreamProducer.cxx.)
|
|
[name/namespace]:
PWGCF/FemtoDream/Core/femtoDreamCollisionSelection.h#L28
Use snake_case for names of namespaces. Double underscores are not allowed.
|
|
[name/function-variable]:
PWGCF/FemtoDream/Core/femtoDreamCollisionSelection.h#L227
Use lowerCamelCase for names of functions and variables.
|
|
[name/function-variable]:
PWGCF/FemtoDream/Core/femtoDreamCollisionSelection.h#L225
Use lowerCamelCase for names of functions and variables.
|
|
[doc/file]:
PWGCF/FemtoDream/Core/femtoDreamCollisionSelection.h#L1
Provide mandatory file documentation.
|
|
[doc/file]:
PWGCF/FemtoDream/Core/femtoDreamCollisionSelection.h#L14
Documentation for \file is missing, incorrect or misplaced.
|
|
[magic-number]:
PWGCF/FemtoDream/Core/femtoDreamCollisionSelection.h#L197
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[root/entity]:
PWGCF/FemtoDream/Core/femtoDreamCollisionSelection.h#L205
Replace ROOT entities with equivalents from standard C++ or from O2.
|
|
[using-directive]:
PWGCF/FemtoDream/Core/femtoDreamCollisionSelection.h#L26
Do not put using directives at global scope in headers.
|
|
[include-iostream]:
PWGCF/FemtoDream/Core/femtoDreamCollisionSelection.h#L20
Do not include iostream. Use O2 logging instead.
|
|
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.
|