Skip to content

[PWGEM/Dilepton] update treeCreatorElectronMLDDA.cxx to support Zorro #18268

[PWGEM/Dilepton] update treeCreatorElectronMLDDA.cxx to support Zorro

[PWGEM/Dilepton] update treeCreatorElectronMLDDA.cxx to support Zorro #18268

Triggered via pull request October 6, 2025 14:17
@dsekihatdsekihat
synchronize #13252
Status Failure
Total duration 14s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[magic-number]: PWGEM/Dilepton/TableProducer/treeCreatorElectronMLDDA.cxx#L355
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGEM/Dilepton/TableProducer/treeCreatorElectronMLDDA.cxx#L323
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[name/o2-workflow]: PWGEM/Dilepton/TableProducer/CMakeLists.txt#L1
Use kebab-case for names of workflows and match the name of the workflow file.
[name/o2-workflow]: PWGEM/Dilepton/TableProducer/CMakeLists.txt#L63
Workflow name filter-eoi does not match its file name filterEoI.cxx. (Matches filterEoi.cxx.)
[name/o2-workflow]: PWGEM/Dilepton/TableProducer/CMakeLists.txt#L53
Workflow name associate-mc-info-dilepton does not match its file name associateMCinfoDilepton.cxx. (Matches associateMcInfoDilepton.cxx.)
[name/o2-workflow]: PWGEM/Dilepton/TableProducer/CMakeLists.txt#L48
Workflow name skimmer-ots does not match its file name skimmerOTS.cxx. (Matches skimmerOts.cxx.)
[name/o2-workflow]: PWGEM/Dilepton/TableProducer/CMakeLists.txt#L43
Workflow name create-emevent-dilepton does not match its file name createEMEventDilepton.cxx. (Matches createEmeventDilepton.cxx.)
[name/o2-workflow]: PWGEM/Dilepton/TableProducer/CMakeLists.txt#L28
Workflow name skimmer-primary-electron-qc does not match its file name skimmerPrimaryElectronQC.cxx. (Matches skimmerPrimaryElectronQc.cxx.)
[name/o2-workflow]: PWGEM/Dilepton/TableProducer/CMakeLists.txt#L18
Workflow name tree-creator-electron-ml-dda does not match its file name treeCreatorElectronMLDDA.cxx. (Matches treeCreatorElectronMlDda.cxx.)
[name/o2-workflow]: PWGEM/Dilepton/TableProducer/CMakeLists.txt#L13
Workflow name tree-creator-electron-ml does not match its file name treeCreatorElectronML.cxx. (Matches treeCreatorElectronMl.cxx.)
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.