Skip to content

[PWGCF] Fix MC processing in FemtoDream #2610

[PWGCF] Fix MC processing in FemtoDream

[PWGCF] Fix MC processing in FemtoDream #2610

Triggered via pull request January 17, 2025 16:05
Status Failure
Total duration 17s
Artifacts

o2-linter.yml

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

Annotations

2 errors, 10 warnings, and 1 notice
O2 linter result
Issues have been found.
O2 linter
Process completed with exit code 1.
[std-prefix]: PWGCF/FemtoDream/TableProducer/femtoDreamProducerTask.cxx#L458
Use std:: prefix for names from the std namespace.
[external-pi]: PWGCF/FemtoDream/TableProducer/femtoDreamProducerTask.cxx#L228
Consider using the PI constant (and its multiples and fractions) defined in o2::constants::math.
[external-pi]: PWGCF/FemtoDream/TableProducer/femtoDreamProducerTask.cxx#L231
Consider using the PI constant (and its multiples and fractions) defined in o2::constants::math.
[const-ref-in-for-loop]: PWGCF/FemtoDream/TableProducer/femtoDreamProducerTask.cxx#L236
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGCF/FemtoDream/TableProducer/femtoDreamProducerTask.cxx#L572
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGCF/FemtoDream/TableProducer/femtoDreamProducerTask.cxx#L629
Use constant references for non-modified iterators in range-based for loops.
[name/function-variable]: PWGCF/FemtoDream/TableProducer/femtoDreamProducerTask.cxx#L105
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGCF/FemtoDream/TableProducer/femtoDreamProducerTask.cxx#L106
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGCF/FemtoDream/TableProducer/femtoDreamProducerTask.cxx#L107
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGCF/FemtoDream/TableProducer/femtoDreamProducerTask.cxx#L108
Use lowerCamelCase for names of functions and variables.
O2 linter
You can disable a test for a line by adding a comment with "o2-linter: disable=" followed by the name of the test.