Skip to content

[PWGJE] Adding new recoil analysis #22320

[PWGJE] Adding new recoil analysis

[PWGJE] Adding new recoil analysis #22320

Triggered via pull request December 22, 2025 12:28
@nzardoshnzardosh
opened #14326
Status Failure
Total duration 18s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/o2-task]: PWGJE/Tasks/jetSubstructureB0Output.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/Tasks/jetSubstructureB0Output.cxx#L39
Specified task name jet-substructure-b0-output produces device name jet-substructure-b0-output which does not match the device name jet-substructure-output-b0 from the struct name JetSubstructureOutputB0. (Matching struct name JetSubstructureB0Output)
[name/workflow-file]: PWGJE/Tasks/jetSubstructureB0.cxx#L1
Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.)
[name/o2-task]: PWGJE/Tasks/jetSubstructureB0.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/Tasks/jetSubstructureB0.cxx#L40
Specified task name jet-substructure-b0 and the struct name JetSubstructureB0 produce the same device name jet-substructure-b0. TaskName is redundant.
[name/workflow-file]: PWGJE/TableProducer/derivedDataSelector.cxx#L1
Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.)
[name/o2-task]: PWGJE/TableProducer/derivedDataSelector.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/derivedDataSelector.cxx#L484
Device names jet-deriveddata-selector and jet-derived-data-selector generated from the specified task name jet-deriveddata-selector and from the struct name JetDerivedDataSelector, respectively, differ in hyphenation. Consider fixing capitalisation of the struct name to JetDeriveddataSelector and removing TaskName.
[const-ref-in-for-loop]: PWGJE/TableProducer/derivedDataSelector.cxx#L153
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/TableProducer/derivedDataSelector.cxx#L151
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.