Skip to content

[PWGJE] Adding the ability to store the leading constituent in the jet #3010

[PWGJE] Adding the ability to store the leading constituent in the jet

[PWGJE] Adding the ability to store the leading constituent in the jet #3010

Triggered via pull request January 22, 2025 16:51
Status Failure
Total duration 20s
Artifacts

o2-linter.yml

on: pull_request
O2 linter
8s
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.
[doc/file]: PWGJE/DataModel/JetSubstructure.h#L15
Documentation for \file is missing, incorrect or misplaced.
[doc/file]: PWGJE/DataModel/JetSubstructure.h#L1
Provide mandatory file documentation.
[name/o2-column]: PWGJE/DataModel/JetSubstructure.h#L69
Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
[name/o2-column]: PWGJE/DataModel/JetSubstructure.h#L85
Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
[root-entity]: PWGJE/Tasks/jetSubstructure.cxx#L121
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
[const-ref-in-for-loop]: PWGJE/Tasks/jetSubstructure.cxx#L182
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/Tasks/jetSubstructure.cxx#L195
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/Tasks/jetSubstructure.cxx#L235
Use constant references for non-modified iterators in range-based for loops.
[doc/file]: PWGJE/Tasks/jetSubstructure.cxx#L11
Documentation for \file is missing, incorrect or misplaced.
[doc/file]: PWGJE/Tasks/jetSubstructure.cxx#L11
Documentation for \brief is missing, incorrect or misplaced.
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.