Skip to content

[PWGHF,Trigger] Fix vertexer configuration in HF filters #19229

[PWGHF,Trigger] Fix vertexer configuration in HF filters

[PWGHF,Trigger] Fix vertexer configuration in HF filters #19229

Triggered via pull request October 22, 2025 07:16
@fgrosafgrosa
opened #13489
Status Failure
Total duration 19s
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]: EventFiltering/PWGHF/HFFilterHelpers.h#L1289
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: EventFiltering/PWGHF/HFFilterHelpers.h#L1251
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: EventFiltering/PWGHF/HFFilterHelpers.h#L1224
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: EventFiltering/PWGHF/HFFilterHelpers.h#L1187
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: EventFiltering/PWGHF/HFFilterHelpers.h#L1159
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: EventFiltering/PWGHF/HFFilterHelpers.h#L984
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: EventFiltering/PWGHF/HFFilterHelpers.h#L966
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: EventFiltering/PWGHF/HFFilterHelpers.h#L866
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: EventFiltering/PWGHF/HFFilterHelpers.h#L862
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[pdg/explicit-mass]: EventFiltering/PWGHF/HFFilterHelpers.h#L296
Avoid hard-coded particle masses. Use o2::constants::physics::Mass... 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.