[ALICE3] Add method to specify dead phi region in layer #17795
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.
|