[PWGCF] Fix MC processing in FemtoDream #2610
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.
|