Skip to content

[PWGLF] Add zorro selelction in table producer and fill phi pair vs. centrality in analysis task#17027

Merged
skundu692 merged 3 commits into
AliceO2Group:masterfrom
skundu692:doublephi_v2
Jul 12, 2026
Merged

[PWGLF] Add zorro selelction in table producer and fill phi pair vs. centrality in analysis task#17027
skundu692 merged 3 commits into
AliceO2Group:masterfrom
skundu692:doublephi_v2

Conversation

@skundu692

Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions

Copy link
Copy Markdown

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

@github-actions github-actions Bot changed the title Add zorro selelction in table producer and fill phi pair vs. centrality in analysis task [PWGLF] Add zorro selelction in table producer and fill phi pair vs. centrality in analysis task Jul 12, 2026
@skundu692 skundu692 enabled auto-merge (squash) July 12, 2026 12:13

@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 @skundu692.

@skundu692 skundu692 merged commit 58af9bf into AliceO2Group:master Jul 12, 2026
11 of 15 checks passed
@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for a426221 at 2026-07-12 14:13:

## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 75 errors and 74 warnings.'
Found 75 errors and 74 warnings.
++ [[ 75 -gt 0 ]]
++ cat /sw/BUILD/498feebc5c7bc8f57872aab16ffbe60cb0219f9b/O2Physics-code-check/errors.txt
PWGLF/TableProducer/Resonances/doublephitable.cxx:19:1: error: included header EventSelectionParams.h is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGLF/TableProducer/Resonances/doublephitable.cxx:54:8: error: constructor does not initialize these fields: ccdb [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
PWGLF/TableProducer/Resonances/doublephitable.cxx:61:13: error: no header providing "o2::ccdb::CcdbApi" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/TableProducer/Resonances/doublephitable.cxx:113:13: error: no header providing "TH1D" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/TableProducer/Resonances/doublephitable.cxx:125:28: error: no header providing "o2::framework::InitContext" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/TableProducer/Resonances/doublephitable.cxx:131:43: error: no header providing "std::chrono::duration_cast" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/TableProducer/Resonances/doublephitable.cxx:131:70: error: no header providing "std::chrono::milliseconds" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/TableProducer/Resonances/doublephitable.cxx:131:97: error: no header providing "std::chrono::system_clock" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGLF/TableProducer/Resonances/doublephitable.cxx:153:14: error: redundant boolean literal in conditional return statement [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/TableProducer/Resonances/doublephitable.cxx:224:17: error: loop variable is copied but only used as const reference; consider making it a const reference [performance-for-range-copy,-warnings-as-errors]
PWGLF/TableProducer/Resonances/doublephitable.cxx:233:55: error: boolean expression can be simplified by DeMorgan's theorem [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/TableProducer/Resonances/doublephitable.cxx:243:19: error: loop variable is copied but only used as const reference; consider making it a const reference [performance-for-range-copy,-warnings-as-errors]
PWGLF/TableProducer/Resonances/doublephitable.cxx:256:57: error: boolean expression can be simplified by DeMorgan's theorem [readability-simplify-boolean-expr,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:233:39: error: the const qualified parameter 'part1' is copied for each invocation; consider making it a reference [performance-unnecessary-value-param,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:234:39: error: the const qualified parameter 'part2' is copied for each invocation; consider making it a reference [performance-unnecessary-value-param,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:254:54: error: the const qualified parameter 'candidate1' is copied for each invocation; consider making it a reference [performance-unnecessary-value-param,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:255:54: error: the const qualified parameter 'candidate2' is copied for each invocation; consider making it a reference [performance-unnecessary-value-param,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:257:12: error: variable 'pt1' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:257:17: error: variable 'pt2' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:257:22: error: variable 'pz1' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:257:27: error: variable 'pz2' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:257:32: error: variable 'p1' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:257:36: error: variable 'p2' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:257:40: error: variable 'angle' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:268:40: error: the const qualified parameter 'candidate1' is copied for each invocation; consider making it a reference [performance-unnecessary-value-param,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:269:40: error: the const qualified parameter 'candidate2' is copied for each invocation; consider making it a reference [performance-unnecessary-value-param,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:271:12: error: variable 'pt1' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:271:17: error: variable 'pt2' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:271:22: error: variable 'pz1' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:271:27: error: variable 'pz2' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:271:32: error: variable 'p1' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:271:36: error: variable 'p2' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:271:40: error: variable 'angle' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:285:42: error: the const qualified parameter 'mother' is copied for each invocation; consider making it a reference [performance-unnecessary-value-param,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:286:42: error: the const qualified parameter 'daughter' is copied for each invocation; consider making it a reference [performance-unnecessary-value-param,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:304:90: error: repeated branch body in conditional chain [bugprone-branch-clone,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:306:9: error: do not use 'else' after 'return' [readability-else-after-return,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:312:90: error: repeated branch body in conditional chain [bugprone-branch-clone,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:314:9: error: do not use 'else' after 'return' [readability-else-after-return,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:322:90: error: repeated branch body in conditional chain [bugprone-branch-clone,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:324:9: error: do not use 'else' after 'return' [readability-else-after-return,-warnings-as-errors]
PWGLF/Tasks/Resonances/doublephimeson.cxx:394:11: error: do not use 'else' after 'return' [readability-else-after-return,-warnings-as-errors]
[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