Skip to content

[PWGJE] added sumw2 in histograms+ added BC process funtion #16108

[PWGJE] added sumw2 in histograms+ added BC process funtion

[PWGJE] added sumw2 in histograms+ added BC process funtion #16108

Triggered via pull request August 24, 2025 23:38
@Archita-DashArchita-Dash
synchronize #12721
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
[name/type]: PWGJE/Tasks/fullJetSpectra.cxx#L639
Use UpperCamelCase for names of defined types (including concepts).
[name/function-variable]: PWGJE/Tasks/fullJetSpectra.cxx#L1637
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGJE/Tasks/fullJetSpectra.cxx#L652
Use lowerCamelCase for names of functions and variables.
[name/function-variable]: PWGJE/Tasks/fullJetSpectra.cxx#L651
Use lowerCamelCase for names of functions and variables.
[magic-number]: PWGJE/Tasks/fullJetSpectra.cxx#L1764
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
[const-ref-in-for-loop]: PWGJE/Tasks/fullJetSpectra.cxx#L936
Use constant references for non-modified iterators in range-based for loops.
[const-ref-in-for-loop]: PWGJE/Tasks/fullJetSpectra.cxx#L924
Use constant references for non-modified iterators in range-based for loops.
[logging]: PWGJE/Tasks/fullJetSpectra.cxx#L2324
Use O2 logging (LOG, LOGF, LOGP).
[logging]: PWGJE/Tasks/fullJetSpectra.cxx#L2168
Use O2 logging (LOG, LOGF, LOGP).
[logging]: PWGJE/Tasks/fullJetSpectra.cxx#L2009
Use O2 logging (LOG, LOGF, LOGP).
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.