Skip to content

[PWGLF] optimized phi analysis task #17388

[PWGLF] optimized phi analysis task

[PWGLF] optimized phi analysis task #17388

Triggered via pull request September 19, 2025 06:56
Status Failure
Total duration 15s
Artifacts

o2-linter.yml

on: pull_request_target
O2 linter
11s
O2 linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 notices
[name/o2-task]: PWGLF/Tasks/Resonances/phianalysisrun3_PbPb.cxx#L1856
Specified task name phianalysisrun3_PbPb produces an invalid device name phianalysisrun3_-pb-pb.
[name/file-cpp]: PWGLF/Tasks/Resonances/phianalysisrun3_PbPb.cxx#L1
Use lowerCamelCase or UpperCamelCase for names of C++ files. See the O2 naming conventions for details.
[name/struct]: PWGLF/Tasks/Resonances/phianalysisrun3_PbPb.cxx#L66
Use UpperCamelCase for names of structs.
[doc/file]: PWGLF/Tasks/Resonances/phianalysisrun3_PbPb.cxx#L1
Provide mandatory file documentation.
[doc/file]: PWGLF/Tasks/Resonances/phianalysisrun3_PbPb.cxx#L13
Documentation for \file is missing, incorrect or misplaced.
[const-ref-in-process]: PWGLF/Tasks/Resonances/phianalysisrun3_PbPb.cxx#L1
Use constant references for table subscriptions in process functions.
[const-ref-in-process]: PWGLF/Tasks/Resonances/phianalysisrun3_PbPb.cxx#L1568
Argument aod::McParticles& mcParticles is not const&.
[const-ref-in-process]: PWGLF/Tasks/Resonances/phianalysisrun3_PbPb.cxx#L1163
Argument aod::McParticles& mcParticles is not const&.
[pdg/database]: PWGLF/Tasks/Resonances/phianalysisrun3_PbPb.cxx#L43
Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead.
[root/lorentz-vector]: PWGLF/Tasks/Resonances/phianalysisrun3_PbPb.cxx#L49
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
O2 linter
To tolerate certain issues in a directory, add a line with the test name in "o2linter_config".
O2 linter
Exceptionally, you can disable a test for a line by adding a comment with "o2-linter: disable=" followed by the name of the test and parentheses with a reason for the exception.