Skip to content

[PWGJE] remove bc dependence for mc gen on the fly #23328

[PWGJE] remove bc dependence for mc gen on the fly

[PWGJE] remove bc dependence for mc gen on the fly #23328

Triggered via pull request January 21, 2026 13:42
@nzardoshnzardosh
opened #14573
Status Failure
Total duration 20s
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
[name/o2-task]: PWGJE/TableProducer/derivedDataProducer.cxx#L1
Specify task name only when it cannot be derived from the struct name. Only append to the default name.
[name/o2-task]: PWGJE/TableProducer/derivedDataProducer.cxx#L969
Specified task name jet-deriveddata-producer produces device name jet-deriveddata-producer which does not match the device name jet-derived-data-producer-task from the struct name JetDerivedDataProducerTask. (Matching struct name JetDeriveddataProducer)
[const-ref-in-for-loop]: PWGJE/TableProducer/derivedDataProducer.cxx#L948
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/TableProducer/derivedDataProducer.cxx#L941
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/TableProducer/derivedDataProducer.cxx#L894
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/TableProducer/derivedDataProducer.cxx#L887
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/TableProducer/derivedDataProducer.cxx#L592
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/TableProducer/derivedDataProducer.cxx#L552
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/TableProducer/derivedDataProducer.cxx#L536
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/TableProducer/derivedDataProducer.cxx#L529
Use constant references for non-modified iterators in range-based for loops.
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.