Please consider the following formatting changes to #8836 #2
Annotations
2 errors, 10 warnings, and 1 notice
O2 linter result
Issues have been found.
|
O2 linter
Process completed with exit code 1.
|
[std-prefix]:
ALICE3/TableProducer/OTF/onTheFlyTOFPID.cxx#L245
Use std:: prefix for names from the std namespace.
|
[std-prefix]:
ALICE3/TableProducer/OTF/onTheFlyTOFPID.cxx#L288
Use std:: prefix for names from the std namespace.
|
[std-prefix]:
ALICE3/TableProducer/OTF/onTheFlyTOFPID.cxx#L590
Use std:: prefix for names from the std namespace.
|
[std-prefix]:
ALICE3/TableProducer/OTF/onTheFlyTOFPID.cxx#L594
Use std:: prefix for names from the std namespace.
|
[root-entity]:
ALICE3/TableProducer/OTF/onTheFlyTOFPID.cxx#L257
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
|
[root-entity]:
ALICE3/TableProducer/OTF/onTheFlyTOFPID.cxx#L287
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
|
[const-ref-in-for-loop]:
ALICE3/TableProducer/OTF/onTheFlyTOFPID.cxx#L135
Use constant references for non-modified iterators in range-based for loops.
|
[doc/file]:
ALICE3/TableProducer/OTF/onTheFlyTOFPID.cxx#L11
Documentation for \file is missing, incorrect or misplaced.
|
[doc/file]:
ALICE3/TableProducer/OTF/onTheFlyTOFPID.cxx#L11
Documentation for \brief is missing, incorrect or misplaced.
|
[doc/file]:
ALICE3/TableProducer/OTF/onTheFlyTOFPID.cxx#L11
Documentation for \author 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.
|