Skip to content

[PWGLF] MC corrections: signal loss - #17604

Open
omvazque wants to merge 1 commit into
AliceO2Group:masterfrom
omvazque:master
Open

[PWGLF] MC corrections: signal loss#17604
omvazque wants to merge 1 commit into
AliceO2Group:masterfrom
omvazque:master

Conversation

@omvazque

Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions

Copy link
Copy Markdown

O2 linter results: ❌ 0 errors, ⚠️ 0 warnings, 🔕 0 disabled

@github-actions github-actions Bot changed the title MC corrections: signal loss [PWGLF] MC corrections: signal loss Aug 26, 2026
@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for 1b261f1 at 2026-08-26 04:39:

## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 18 errors and 43 warnings.'
Found 18 errors and 43 warnings.
++ [[ 18 -gt 0 ]]
++ cat /sw/BUILD/68868483183de5d9128926751f62084dbea64b7f/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]
++ [[ 43 -gt 0 ]]
++ cat /sw/BUILD/68868483183de5d9128926751f62084dbea64b7f/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:1276:17: warning: boolean expression can be simplified by DeMorgan's theorem [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1430:11: warning: boolean expression can be simplified by DeMorgan's theorem [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:2423:24: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:2425:34: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:2428:24: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:2430:34: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:2433:24: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:2435:34: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:2917:34: warning: statement should be inside braces [readability-braces-around-statements]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3046:193: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3060:64: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3061:82: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3076:99: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3080:11: warning: boolean expression can be simplified by DeMorgan's theorem [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3087:142: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3091:232: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3094:258: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3117:64: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3118:82: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3132:115: warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:3136:11: warning: boolean expression can be simplified by DeMorgan's theorem [readability-simplify-boolean-expr]
[0 more errors; see full log]

Full log here.

@maciacco
maciacco enabled auto-merge (squash) August 26, 2026 05:16
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.

3 participants