Skip to content

[PWGHF] Add event mixing on data in correlatorDMesonPairs.cxx - #17214

Open
atavirag wants to merge 9 commits into
AliceO2Group:masterfrom
atavirag:add-event-mixing
Open

[PWGHF] Add event mixing on data in correlatorDMesonPairs.cxx#17214
atavirag wants to merge 9 commits into
AliceO2Group:masterfrom
atavirag:add-event-mixing

Conversation

@atavirag

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

github-actions Bot commented Jul 27, 2026

Copy link
Copy Markdown

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

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/staging for 2bc5aba at 2026-07-29 10:11:

## sw/BUILD/O2Physics-latest/log
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:101:55: error: unused parameter 'candidates' [-Werror=unused-parameter]
ninja: build stopped: subcommand failed.

Full log here.

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for aad8347 at 2026-07-29 11:38:

## sw/BUILD/O2Physics-latest/log
2026-07-29T11:22:47.763+0200 [25:139882327972416] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-29T11:22:47.763+0200 [25:139882327972416] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-29T11:23:37.174+0200 [25:139882327972416] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv6:%5B::1%5D:8980: Failed to connect to remote host: Connection refused]
2026-07-29T11:22:48.106+0200 [24:139907216951872] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-29T11:22:48.106+0200 [24:139907216951872] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-29T11:25:31.701+0200 [24:139907216951872] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv6:%5B::1%5D:8980: Failed to connect to remote host: Connection refused]
2026-07-29T11:22:47.969+0200 [23:139975975279168] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-29T11:22:47.970+0200 [23:139975975279168] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-29T11:26:19.873+0200 [23:139975975279168] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv6:%5B::1%5D:8980: Failed to connect to remote host: Connection refused]
2026-07-29T11:22:48.853+0200 [26:140532242004544] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ActionCache.GetActionResult()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused]
2026-07-29T11:22:48.854+0200 [26:140532242004544] [executioncontext.cpp:544] [ERROR] Error while querying action cache at "http://localhost:8980": 14: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:8980: Failed to connect to remote host: Connection refused
2026-07-29T11:26:28.239+0200 [26:140532242004544] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: failed to connect to all addresses; last error: UNKNOWN: ipv6:%5B::1%5D:8980: Failed to connect to remote host: Connection refused]


## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 20 errors and 13 warnings.'
Found 20 errors and 13 warnings.
++ [[ 20 -gt 0 ]]
++ cat /sw/BUILD/a266189a71d903e237a83df47e2c701d3889d0cc/O2Physics-code-check/errors.txt
PWGHF/HFC/DataModel/DMesonPairsTables.h:60:9: error: function-like macro 'DECLARE_DMESON_PAIR_TABLE' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage,-warnings-as-errors]
PWGHF/HFC/DataModel/DMesonPairsTables.h:78:9: error: function-like macro 'DECLARE_DMESON_PAIR_MCINFO_TABLE' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage,-warnings-as-errors]
PWGHF/HFC/DataModel/DMesonPairsTables.h:85:9: error: function-like macro 'DECLARE_DMESON_PAIR_MLINFO_TABLE' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage,-warnings-as-errors]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:77:21: error: no header providing "o2::framework::ColumnBinningPolicy" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:77:74: error: no header providing "o2::aod::mult::MultFT0M" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:77:94: error: no header providing "o2::aod::mult::MultFT0A" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:77:115: error: no header providing "o2::aod::mult::MultFT0C" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:92:57: error: no header providing "o2::aod::EvSels" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:105:72: error: no header providing "o2::aod::evsel::kNoSameBunchPileup" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:115:18: error: no header providing "std::abs" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:167:56: 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]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:180:77: error: no header providing "o2::aod::Mults" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:184:68: error: no header providing "o2::aod::TrackSelection" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:187:47: error: no header providing "o2::aod::hf_track_index::hfflag" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:187:102: error: no header providing "o2::aod::hf_cand_2prong::DecayType" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:188:122: error: no header providing "o2::aod::track::dcaXY" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:188:167: error: no header providing "o2::aod::track::dcaZ" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:281:5: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:323:5: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:345:5: error: do not declare C-style arrays, use 'std::array' instead [modernize-avoid-c-arrays,-warnings-as-errors]
++ [[ 13 -gt 0 ]]
++ cat /sw/BUILD/a266189a71d903e237a83df47e2c701d3889d0cc/O2Physics-code-check/warnings.txt
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:808:51: warning: statement should be inside braces [readability-braces-around-statements]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:812:52: warning: statement should be inside braces [readability-braces-around-statements]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:814:40: warning: statement should be inside braces [readability-braces-around-statements]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:816:56: warning: statement should be inside braces [readability-braces-around-statements]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:818:54: warning: statement should be inside braces [readability-braces-around-statements]
[0 more errors; see full log]

Full log here.

@atavirag
atavirag marked this pull request as draft July 29, 2026 09:39
@atavirag
atavirag marked this pull request as ready for review July 30, 2026 10:16
Comment thread PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx Outdated
@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for af15261 at 2026-07-30 14:46:

## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 3 errors and 0 warnings.'
Found 3 errors and 0 warnings.
++ [[ 3 -gt 0 ]]
++ cat /sw/BUILD/dd4fd1644c8342f1db3c331a869cd5f6f0d64984/O2Physics-code-check/errors.txt
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:83:21: error: no header providing "o2::framework::ColumnBinningPolicy" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:193:47: error: no header providing "o2::aod::hf_track_index::hfflag" is directly included [misc-include-cleaner,-warnings-as-errors]
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx:193:102: error: no header providing "o2::aod::hf_cand_2prong::DecayType" is directly included [misc-include-cleaner,-warnings-as-errors]
++ [[ 0 -gt 0 ]]
++ [[ 3 -gt 0 ]]
++ exit 1
--

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.

3 participants