Skip to content

[PWGUD] TauTable producer fills MC tables #8769

[PWGUD] TauTable producer fills MC tables

[PWGUD] TauTable producer fills MC tables #8769

Triggered via pull request April 24, 2025 12:52
@rolavickrolavick
synchronize #10971
Status Failure
Total duration 15s
Artifacts

o2-linter.yml

on: pull_request_target
O2 linter
9s
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]: PWGUD/TableProducer/tauEventTableProducer.cxx#L616
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGUD/TableProducer/tauEventTableProducer.cxx#L532
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGUD/TableProducer/tauEventTableProducer.cxx#L360
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGUD/TableProducer/tauEventTableProducer.cxx#L347
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGUD/TableProducer/tauEventTableProducer.cxx#L149
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGUD/TableProducer/tauEventTableProducer.cxx#L145
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[root/lorentz-vector]: PWGUD/TableProducer/tauEventTableProducer.cxx#L47
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template 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.