Skip to content

[PWGLF] More histograms for corrections - #17622

Merged
omvazque merged 1 commit into
AliceO2Group:masterfrom
omvazque:master
Aug 27, 2026
Merged

[PWGLF] More histograms for corrections#17622
omvazque merged 1 commit into
AliceO2Group:masterfrom
omvazque:master

Conversation

@omvazque

Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions github-actions Bot added the pwglf label Aug 26, 2026
@github-actions github-actions Bot changed the title More histograms for corrections [PWGLF] More histograms for corrections Aug 26, 2026
@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for 7d1d12a at 2026-08-27 01:14:

## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 18 errors and 37 warnings.'
Found 18 errors and 37 warnings.
++ [[ 18 -gt 0 ]]
++ cat /sw/BUILD/c84439fd61455045bf5cb8afe810195e40804139/O2Physics-code-check/errors.txt
PWGLF/Tasks/Nuspex/piKpRAA.cxx:85:46: error: variable 'dEdxPiTOF' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:86:46: error: variable 'dEdxPiTOF2' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:87:46: error: variable 'dEdxPiV0' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:88:46: error: variable 'dEdxPrV0' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:89:46: error: variable 'dEdxElV0' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:90:46: error: variable 'dEdx' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:91:46: error: variable 'pTVsP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:92:46: error: variable 'nClVsP' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:93:46: error: variable 'nClVsPElV0' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:94:46: error: variable 'nClVsPPiV0' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:95:46: error: variable 'nClVsPPrV0' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:96:51: error: variable 'nClVsPp' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:97:51: error: variable 'nClVsPpElV0' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:98:51: error: variable 'nClVsPpPiV0' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:99:51: error: variable 'nClVsPpPrV0' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:100:46: error: variable 'etaTest' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:114:8: error: constructor does not initialize these fields: pdg [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:137:65: error: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,-warnings-as-errors]
++ [[ 37 -gt 0 ]]
++ cat /sw/BUILD/c84439fd61455045bf5cb8afe810195e40804139/O2Physics-code-check/warnings.txt
PWGLF/Tasks/Nuspex/piKpRAA.cxx:136:20: warning: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1292:17: warning: boolean expression can be simplified by DeMorgan's theorem [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1446:11: warning: boolean expression can be simplified by DeMorgan's theorem [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3018:34: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3147:193: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3161:64: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3162:82: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3177:99: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3181:11: warning: boolean expression can be simplified by DeMorgan's theorem [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3188:142: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3192:232: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3195:258: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3218:64: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3219:82: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3233:115: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3237:11: warning: boolean expression can be simplified by DeMorgan's theorem [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3244:145: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3248:235: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3251:261: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3274:64: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3275:82: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3289:115: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
[0 more errors; see full log]

Full log here.

@omvazque
omvazque enabled auto-merge (squash) August 27, 2026 00:32

@alibuild alibuild left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approving on behalf of @omvazque.

@omvazque
omvazque merged commit 7e877ef into AliceO2Group:master Aug 27, 2026
12 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants