Skip to content

[PWGEM/PhotonMeson] Changes to BC wise pi0 task #9410

[PWGEM/PhotonMeson] Changes to BC wise pi0 task

[PWGEM/PhotonMeson] Changes to BC wise pi0 task #9410

Triggered via pull request May 5, 2025 15:13
@nstrangmnstrangm
synchronize #11091
Status Failure
Total duration 14s
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
[magic-number]: PWGEM/PhotonMeson/TableProducer/bcWiseClusterSkimmer.cxx#L224
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGEM/PhotonMeson/TableProducer/bcWiseClusterSkimmer.cxx#L221
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGEM/PhotonMeson/TableProducer/bcWiseClusterSkimmer.cxx#L211
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGEM/PhotonMeson/TableProducer/bcWiseClusterSkimmer.cxx#L208
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[pdg/explicit-code]: PWGEM/PhotonMeson/TableProducer/bcWiseClusterSkimmer.cxx#L276
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGEM/PhotonMeson/TableProducer/bcWiseClusterSkimmer.cxx#L224
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[pdg/explicit-code]: PWGEM/PhotonMeson/TableProducer/bcWiseClusterSkimmer.cxx#L211
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead.
[name/file-cpp]: PWGEM/PhotonMeson/DataModel/bcWiseTables.h#L1
Use lowerCamelCase or UpperCamelCase for names of C++ files. See the O2 naming conventions for details.
[name/o2-column]: PWGEM/PhotonMeson/DataModel/bcWiseTables.h#L76
Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
[name/o2-column]: PWGEM/PhotonMeson/DataModel/bcWiseTables.h#L70
Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
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.