Skip to content

[PWGCF] Change shifted vertex to cal.v - #17420

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

[PWGCF] Change shifted vertex to cal.v#17420
cnkoster wants to merge 1 commit into
AliceO2Group:masterfrom
cnkoster:master

Conversation

@cnkoster

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions Bot added the pwgcf label Aug 11, 2026
@github-actions github-actions Bot changed the title Change shifted vertex to cal.v [PWGCF] Change shifted vertex to cal.v Aug 11, 2026
@github-actions

Copy link
Copy Markdown

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

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for 0f9e952 at 2026-08-11 23:29:

## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 28 errors and 23 warnings.'
Found 28 errors and 23 warnings.
++ [[ 28 -gt 0 ]]
++ cat /sw/BUILD/8275ebd19bc259d9e89dfbc6178e12aba9df021e/O2Physics-code-check/errors.txt
PWGCF/Flow/TableProducer/zdcQVectors.cxx:57:10: error: inclusion of deprecated C++ header 'stdlib.h'; consider using 'cstdlib' instead [modernize-deprecated-headers,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:59:78: error: macro argument should be enclosed in parentheses [bugprone-macro-parentheses,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:71:5: error: variable 'counter' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:95:8: error: constructor does not initialize these fields: ccdb [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:418:42: error: the parameter 'collision' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:418:58: error: the parameter 'zdcBC' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:469:37: error: the parameter 'collision' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:469:63: error: the parameter 'bunchCrossing' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:472:10: error: variable 'selected' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:611:22: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:681:37: error: the parameter 'ccdb_dir' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:690:29: error: redundant boolean literal supplied to boolean operator [readability-simplify-boolean-expr,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:709:14: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:711:19: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:712:14: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:714:19: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:718:14: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:731:16: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:737:16: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:761:16: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:860:5: error: uninitialized record type: 'eZN' [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:861:5: error: uninitialized record type: 'meanEZN' [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:862:5: error: uninitialized record type: 'e' [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1069:7: error: do not use 'else' after 'return' [readability-else-after-return,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1152:73: error: redundant boolean literal supplied to boolean operator [readability-simplify-boolean-expr,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1154:9: error: use auto when initializing with a template cast to avoid duplicating the type name [modernize-use-auto,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1155:29: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:1156:29: error: do not use reinterpret_cast [cppcoreguidelines-pro-type-reinterpret-cast,-warnings-as-errors]
++ [[ 23 -gt 0 ]]
++ cat /sw/BUILD/8275ebd19bc259d9e89dfbc6178e12aba9df021e/O2Physics-code-check/warnings.txt
PWGCF/Flow/TableProducer/zdcQVectors.cxx:423:47: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:574:68: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:581:43: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:583:67: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:585:68: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:587:59: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:589:60: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:609:24: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:807:28: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:812:28: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:817:28: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/Flow/TableProducer/zdcQVectors.cxx:822:28: warning: statement should be inside braces [readability-braces-around-statements]
[0 more errors; see full log]

Full log here.

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