Skip to content

[DPG] Update eventSelectionQa.cxx - add dEdx vs occupancy QA histo #8120

[DPG] Update eventSelectionQa.cxx - add dEdx vs occupancy QA histo

[DPG] Update eventSelectionQa.cxx - add dEdx vs occupancy QA histo #8120

Triggered via pull request April 11, 2025 13:21
Status Failure
Total duration 13s
Artifacts

o2-linter.yml

on: pull_request
O2 linter
9s
O2 linter
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 10 warnings, and 1 notice
O2 linter
Process completed with exit code 1.
O2 linter result
Issues have been found.
[magic-number]: DPG/Tasks/AOTEvent/eventSelectionQa.cxx#L1164
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: DPG/Tasks/AOTEvent/eventSelectionQa.cxx#L1162
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: DPG/Tasks/AOTEvent/eventSelectionQa.cxx#L1141
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: DPG/Tasks/AOTEvent/eventSelectionQa.cxx#L1124
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: DPG/Tasks/AOTEvent/eventSelectionQa.cxx#L1122
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: DPG/Tasks/AOTEvent/eventSelectionQa.cxx#L1118
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: DPG/Tasks/AOTEvent/eventSelectionQa.cxx#L972
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: DPG/Tasks/AOTEvent/eventSelectionQa.cxx#L948
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: DPG/Tasks/AOTEvent/eventSelectionQa.cxx#L582
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: DPG/Tasks/AOTEvent/eventSelectionQa.cxx#L384
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
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.