Skip to content

[PWGCF] FemtoUnivserse: Adding function for PID misidentification #5451

[PWGCF] FemtoUnivserse: Adding function for PID misidentification

[PWGCF] FemtoUnivserse: Adding function for PID misidentification #5451

Triggered via pull request February 19, 2025 20:03
Status Failure
Total duration 22s
Artifacts

o2-linter.yml

on: pull_request
O2 linter
9s
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.
[pdg/explicit-code]: PWGCF/FemtoUniverse/Core/FemtoUniverseParticleHisto.h#L374
Avoid using hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGCF/FemtoUniverse/Core/FemtoUniverseParticleHisto.h#L376
Avoid using hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[name/function-variable]: PWGCF/FemtoUniverse/Core/FemtoUniverseParticleHisto.h#L461
Use lowerCamelCase for names of functions and variables.
[const-ref-in-process]: PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackTrack3DMultKtExtended.cxx#L881
Argument FilteredFemtoFullParticles& parts is not const&.
[const-ref-in-process]: PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackTrack3DMultKtExtended.cxx#L1
Use constant references for table subscriptions in process functions.
[name/function-variable]: PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackTrack3DMultKtExtended.cxx#L67
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackTrack3DMultKtExtended.cxx#L68
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackTrack3DMultKtExtended.cxx#L69
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackTrack3DMultKtExtended.cxx#L70
Use lowerCamelCase for names of functions and variables.
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.