[PWGUD] Adding correlation study #10646
Triggered via pull request
May 29, 2025 06:26
JosueMtzGar
synchronize
#11333
Status
Failure
Total duration
16s
Artifacts
–
Annotations
10 errors and 2 notices
|
[magic-number]:
PWGUD/Core/UPCPairCuts.h#L303
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[magic-number]:
PWGUD/Core/UPCPairCuts.h#L138
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[pi-multiple-fraction]:
PWGUD/Core/UPCPairCuts.h#L304
Use multiples/fractions of PI defined in o2::constants::math.
|
|
[pi-multiple-fraction]:
PWGUD/Core/UPCPairCuts.h#L303
Use multiples/fractions of PI defined in o2::constants::math.
|
|
[pi-multiple-fraction]:
PWGUD/Core/UPCPairCuts.h#L301
Use multiples/fractions of PI defined in o2::constants::math.
|
|
[two-pi-add-subtract]:
PWGUD/Core/UPCPairCuts.h#L294
Use RecoDecay::constrainAngle to restrict angle to a given range.
|
|
[root/entity]:
PWGUD/Core/UPCPairCuts.h#L138
Replace ROOT entities with equivalents from standard C++ or from O2.
|
|
[using-directive]:
PWGUD/Core/UPCPairCuts.h#L30
Do not put using directives at global scope in headers.
|
|
[using-directive]:
PWGUD/Core/UPCPairCuts.h#L29
Do not put using directives at global scope in headers.
|
|
[using-directive]:
PWGUD/Core/UPCPairCuts.h#L28
Do not put using directives at global scope in headers.
|
|
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.
|