[PWGLF] store wd mother pdg info in mask #2257
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]:
PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L529
Use std:: prefix for names from the std namespace.
|
[pdg/database]:
PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L47
Direct use of TDatabasePDG is not allowed. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG>.
|
[const-ref-in-for-loop]:
PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L325
Use constant references for non-modified iterators in range-based for loops.
|
[const-ref-in-for-loop]:
PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L519
Use constant references for non-modified iterators in range-based for loops.
|
[const-ref-in-for-loop]:
PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L523
Use constant references for non-modified iterators in range-based for loops.
|
[const-ref-in-for-loop]:
PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L898
Use constant references for non-modified iterators in range-based for loops.
|
[const-ref-in-for-loop]:
PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L922
Use constant references for non-modified iterators in range-based for loops.
|
[const-ref-in-for-loop]:
PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L931
Use constant references for non-modified iterators in range-based for loops.
|
[const-ref-in-for-loop]:
PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L932
Use constant references for non-modified iterators in range-based for loops.
|
[const-ref-in-for-loop]:
PWGLF/TableProducer/Nuspex/ebyeMaker.cxx#L960
Use constant references for non-modified iterators in range-based for loops.
|
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.
|