Skip to content

[PWGLF] Selects primary pions with TOF#16921

Merged
omvazque merged 1 commit into
AliceO2Group:masterfrom
omvazque:master
Jul 3, 2026
Merged

[PWGLF] Selects primary pions with TOF#16921
omvazque merged 1 commit into
AliceO2Group:masterfrom
omvazque:master

Conversation

@omvazque

@omvazque omvazque commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

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

@github-actions github-actions Bot changed the title Selects primary pions with TOF [PWGLF] Selects primary pions with TOF Jul 3, 2026
@alibuild

alibuild commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for f531ef3 at 2026-07-03 20:35:

## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 59 errors and 126 warnings.'
Found 59 errors and 126 warnings.
++ [[ 59 -gt 0 ]]
++ cat /sw/BUILD/8aa84040d0816c412a384e00cf6ab5b70067846c/O2Physics-code-check/errors.txt
PWGLF/Tasks/Nuspex/piKpRAA.cxx:84: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:85: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:86: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:87: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:88: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:89: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:90: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:91: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:92: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:93: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:94: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:95: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:96: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:97: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:98: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:99: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:104:8: error: no header providing "std::stringstream" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:113:8: error: constructor does not initialize these fields: ccdb, currentRunNumberPhiSel, pdg [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:135:20: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:136: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]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:942:14: error: variable 'alpha' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:942:21: error: variable 'qT' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1057:17: error: boolean expression can be simplified by DeMorgan's theorem [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1152:11: error: boolean expression can be simplified by DeMorgan's theorem [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1510:44: error: narrowing conversion from 'double' to 'int' [bugprone-narrowing-conversions,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1585:44: error: narrowing conversion from 'double' to 'int' [bugprone-narrowing-conversions,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1789:193: error: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1803:64: error: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1804:82: error: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1819:99: error: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1823:11: error: boolean expression can be simplified by DeMorgan's theorem [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1829:142: error: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1833:232: error: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1835:258: error: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1857:64: error: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1858:82: error: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1872:115: error: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1876:11: error: boolean expression can be simplified by DeMorgan's theorem [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1882:145: error: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1886:235: error: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1888:261: error: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/Tasks/Nuspex/piKpRAA.cxx:1910:64: error: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr,-warnings-as-errors]
[0 more errors; see full log]

Full log here.

@omvazque omvazque enabled auto-merge (squash) July 3, 2026 19:01

@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 b3e5d7b into AliceO2Group:master Jul 3, 2026
12 of 15 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