Skip to content

[PWGHF] Implement gen and reco MC matching for correlated bkg decays #11338

[PWGHF] Implement gen and reco MC matching for correlated bkg decays

[PWGHF] Implement gen and reco MC matching for correlated bkg decays #11338

Triggered via pull request June 10, 2025 19:53
@MarcellocostiMarcellocosti
synchronize #11418
Status Failure
Total duration 18s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[magic-number]: PWGHF/TableProducer/candidateCreator3Prong.cxx#L985
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/TableProducer/candidateCreator3Prong.cxx#L973
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/TableProducer/candidateCreator3Prong.cxx#L960
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[const-ref-in-for-loop]: PWGHF/TableProducer/candidateCreator3Prong.cxx#L988
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGHF/TableProducer/candidateCreator3Prong.cxx#L976
Use constant references for non-modified iterators in range-based for loops.
[magic-number]: PWGHF/TableProducer/candidateCreator2Prong.cxx#L808
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGHF/TableProducer/candidateCreator2Prong.cxx#L783
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[const-ref-in-for-loop]: PWGHF/TableProducer/candidateCreator2Prong.cxx#L798
Use constant references for non-modified iterators in range-based for loops.
[using-directive]: PWGHF/Core/DecayChannels.h#L316
Do not put using directives at global scope in headers.
[using-directive]: PWGHF/Core/DecayChannels.h#L29
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.