Skip to content

[ALICE3] Add OTFTracks and maxCollisions configuration #23323

[ALICE3] Add OTFTracks and maxCollisions configuration

[ALICE3] Add OTFTracks and maxCollisions configuration #23323

Triggered via pull request January 21, 2026 12:12
@njacazionjacazio
opened #14571
Status Failure
Total duration 16s
Artifacts

o2-linter.yml

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

Annotations

9 errors and 2 notices
O2 linter
Process completed with exit code 1.
O2 linter result
Issues have been found.
[magic-number]: ALICE3/TableProducer/alice3TrackingTranslator.cxx#L559
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/TableProducer/alice3TrackingTranslator.cxx#L558
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/TableProducer/alice3TrackingTranslator.cxx#L557
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/TableProducer/alice3TrackingTranslator.cxx#L556
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/TableProducer/alice3TrackingTranslator.cxx#L555
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: ALICE3/TableProducer/alice3TrackingTranslator.cxx#L554
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[o2-workflow-options]: ALICE3/TableProducer/alice3TrackingTranslator.cxx#L1
Do not use workflow options to customise workflow topology composition in defineDataProcessing. Use process function switches or metadata 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.