Skip to content

[PWGCF] FemtoDream: added event sphericity calculation #16005

[PWGCF] FemtoDream: added event sphericity calculation

[PWGCF] FemtoDream: added event sphericity calculation #16005

Triggered via pull request August 22, 2025 10:49
@RafRaf11RafRaf11
synchronize #12677
Status Failure
Total duration 13s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[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#L205
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[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.