Skip to content

[PWGLF] added invariant mass histograms for offline purity estimation, added selections on the tpc chi2 variable #16689

[PWGLF] added invariant mass histograms for offline purity estimation, added selections on the tpc chi2 variable

[PWGLF] added invariant mass histograms for offline purity estimation, added selections on the tpc chi2 variable #16689

Triggered via pull request September 5, 2025 14:28
Status Failure
Total duration 12s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[const-ref-in-for-loop]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L1193
Use constant references for non-modified iterators in range-based for loops.
[pdg/explicit-code]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L617
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L615
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L602
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L597
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L585
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L583
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L570
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L569
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/database]: PWGLF/TableProducer/Nuspex/LFTreeCreatorClusterStudies.cxx#L45
Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> 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.