Skip to content

[PWGEM/PhotonMeson,PWGJE/EMCal] Include BCWise centrality and qa histograms #12042

[PWGEM/PhotonMeson,PWGJE/EMCal] Include BCWise centrality and qa histograms

[PWGEM/PhotonMeson,PWGJE/EMCal] Include BCWise centrality and qa histograms #12042

Triggered via pull request June 19, 2025 19:17
@nstrangmnstrangm
synchronize #11694
Status Failure
Total duration 13s
Artifacts

o2-linter.yml

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

Annotations

10 errors and 2 notices
[name/workflow-file]: PWGEM/PhotonMeson/TableProducer/bcWiseClusterSkimmer.cxx#L1
Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.)
[name/struct]: PWGEM/PhotonMeson/TableProducer/bcWiseClusterSkimmer.cxx#L54
Use UpperCamelCase for names of structs.
[magic-number]: PWGEM/PhotonMeson/TableProducer/bcWiseClusterSkimmer.cxx#L322
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGEM/PhotonMeson/TableProducer/bcWiseClusterSkimmer.cxx#L269
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGEM/PhotonMeson/TableProducer/bcWiseClusterSkimmer.cxx#L266
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGEM/PhotonMeson/TableProducer/bcWiseClusterSkimmer.cxx#L256
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[magic-number]: PWGEM/PhotonMeson/TableProducer/bcWiseClusterSkimmer.cxx#L253
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[pdg/explicit-code]: PWGEM/PhotonMeson/TableProducer/bcWiseClusterSkimmer.cxx#L322
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#L269
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#L256
Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg 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.