[PWGJE] Adding the ability to store the leading constituent in the jet #3010
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.
|