Skip to content

[ALICE3] Add method to specify dead phi region in layer #17795

[ALICE3] Add method to specify dead phi region in layer

[ALICE3] Add method to specify dead phi region in layer #17795

Triggered via pull request September 25, 2025 15:52
@njacazionjacazio
synchronize #13119
Status Failure
Total duration 16s
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
[root/entity]: ALICE3/Core/FastTracker.cxx#L240
Replace ROOT entities with equivalents from standard C++ or from O2.
[root/entity]: ALICE3/Core/FastTracker.cxx#L239
Replace ROOT entities with equivalents from standard C++ or from O2.
[std-prefix]: ALICE3/Core/FastTracker.cxx#L756
Use std:: prefix for names from the std namespace.
[std-prefix]: ALICE3/Core/FastTracker.cxx#L743
Use std:: prefix for names from the std namespace.
[std-prefix]: ALICE3/Core/FastTracker.cxx#L705
Use std:: prefix for names from the std namespace.
[name/constexpr-constant]: ALICE3/Core/DetLayer.h#L122
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/constexpr-constant]: ALICE3/Core/DetLayer.h#L121
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/constexpr-constant]: ALICE3/Core/DetLayer.h#L120
Use UpperCamelCase for names of constexpr constants. Names of special constants may be prefixed with "k".
[name/function-variable]: ALICE3/Core/DetLayer.h#L36
Use lowerCamelCase for names of functions and variables.
[magic-number]: ALICE3/Core/DetLayer.cxx#L104
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.