Skip to content

[PWGUD] Adding correlation study #10646

[PWGUD] Adding correlation study

[PWGUD] Adding correlation study #10646

Triggered via pull request May 29, 2025 06:26
@JosueMtzGarJosueMtzGar
synchronize #11333
Status Failure
Total duration 16s
Artifacts

o2-linter.yml

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

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.