Skip to content

[PWGLF] Update v0qaanalysis.cxx #5389

[PWGLF] Update v0qaanalysis.cxx

[PWGLF] Update v0qaanalysis.cxx #5389

Triggered via pull request February 19, 2025 11:26
Status Failure
Total duration 14s
Artifacts

o2-linter.yml

on: pull_request
O2 linter
6s
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.
[root-entity]: PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L172
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
[root-entity]: PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L242
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
[root-entity]: PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L243
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
[root-entity]: PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L347
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
[root-entity]: PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L374
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
[root-entity]: PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L375
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
[root-entity]: PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L446
Consider replacing ROOT entities with equivalents from standard C++ or from O2.
[const-ref-in-for-loop]: PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L212
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L303
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGLF/TableProducer/Strangeness/v0qaanalysis.cxx#L351
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.