Skip to content

[PWGHF] Add UPC event selection #12412

[PWGHF] Add UPC event selection

[PWGHF] Add UPC event selection #12412

Triggered via pull request June 26, 2025 14:01
@zhangbiao-phyzhangbiao-phy
synchronize #11518
Status Failure
Total duration 18s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[magic-number]: PWGHF/TableProducer/trackIndexSkimCreator.cxx#L343
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/TableProducer/trackIndexSkimCreator.cxx#L340
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/TableProducer/trackIndexSkimCreator.cxx#L337
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/TableProducer/trackIndexSkimCreator.cxx#L334
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[root/entity]: PWGHF/TableProducer/trackIndexSkimCreator.cxx#L643
Replace ROOT entities with equivalents from standard C++ or from O2.
[root/entity]: PWGHF/TableProducer/trackIndexSkimCreator.cxx#L614
Replace ROOT entities with equivalents from standard C++ or from O2.
[root/entity]: PWGHF/TableProducer/trackIndexSkimCreator.cxx#L578
Replace ROOT entities with equivalents from standard C++ or from O2.
[magic-number]: PWGHF/TableProducer/candidateCreator3Prong.cxx#L1092
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/TableProducer/candidateCreator2Prong.cxx#L908
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/TableProducer/candidateCreator2Prong.cxx#L889
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
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.