Skip to content

[PWGCF] add multiplicity and pT fluctuations task - #17534

Merged
SwatiSaha-1997 merged 6 commits into
AliceO2Group:masterfrom
orubza:omama-new-pr
Sep 8, 2026
Merged

[PWGCF] add multiplicity and pT fluctuations task#17534
SwatiSaha-1997 merged 6 commits into
AliceO2Group:masterfrom
orubza:omama-new-pr

Conversation

@orubza

@orubza orubza commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions Bot added the pwgcf label Aug 21, 2026
@github-actions github-actions Bot changed the title PWGCF: add multiplicity and pT fluctuations task [PWGCF] add multiplicity and pT fluctuations task Aug 21, 2026
@github-actions

Copy link
Copy Markdown

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

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/staging for 24171a9 at 2026-08-25 09:06:

## sw/BUILD/O2Physics-latest/log
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:139:68: error: 'kNoSameBunchPileup' is not a member of 'o2::aod::evsel'
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:141:74: error: 'kIsGoodZvtxFT0vsPV' is not a member of 'o2::aod::evsel'
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:143:72: error: 'kIsGoodITSLayersAll' is not a member of 'o2::aod::evsel'
ninja: build stopped: subcommand failed.

Full log here.

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/o2 for 24171a9 at 2026-08-25 09:10:

## sw/BUILD/O2Physics-latest/log
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:139:68: error: 'kNoSameBunchPileup' is not a member of 'o2::aod::evsel'
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:141:74: error: 'kIsGoodZvtxFT0vsPV' is not a member of 'o2::aod::evsel'
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:143:72: error: 'kIsGoodITSLayersAll' is not a member of 'o2::aod::evsel'
ninja: build stopped: subcommand failed.

Full log here.

@SwatiSaha-1997

Copy link
Copy Markdown
Collaborator

Hi @orubza , please do check your PR before committing. Please follow the instructions. I think you are missing a header.

@SwatiSaha-1997 SwatiSaha-1997 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.

Please add the missing header file in your .cxx file:
#include "Common/CCDB/EventSelectionParams.h"

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for 24171a9 at 2026-08-25 22:25:

## sw/BUILD/O2Physics-latest/log
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:139:68: error: 'kNoSameBunchPileup' is not a member of 'o2::aod::evsel'
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:141:74: error: 'kIsGoodZvtxFT0vsPV' is not a member of 'o2::aod::evsel'
/sw/SOURCES/O2Physics/slc9_x86-64-slc9_x86-64/0/PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:143:72: error: 'kIsGoodITSLayersAll' is not a member of 'o2::aod::evsel'
ninja: build stopped: subcommand failed.

Full log here.

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for b9a9bcb at 2026-08-27 01:59:

## sw/BUILD/O2Physics-code-check-latest/log
--
========== List of issues found ==========
++ echo 'Found 7 errors and 19 warnings.'
Found 7 errors and 19 warnings.
++ [[ 7 -gt 0 ]]
++ cat /sw/BUILD/46922f1d8027b019aab2828f4bd5912a61b7f16d/O2Physics-code-check/errors.txt
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:15:1: error: included header TrackSelection.h is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:18:1: error: included header FT0Corrected.h is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:19:1: error: included header Multiplicity.h is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:23:1: error: included header ASoAHelpers.h is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:31:1: error: included header O2DatabasePDGPlugin.h is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:35:1: error: included header TProfile.h is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:143:14: error: no header providing "std::abs" is directly included [misc-include-cleaner,-warnings-as-errors]
++ [[ 19 -gt 0 ]]
++ cat /sw/BUILD/46922f1d8027b019aab2828f4bd5912a61b7f16d/O2Physics-code-check/warnings.txt
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:33:1: warning: duplicate include [readability-duplicate-include]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:141:21: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:143:40: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:145:88: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:147:94: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:149:93: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:170:41: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:172:41: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:174:40: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:176:52: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:178:78: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:180:44: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:182:46: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:184:42: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:186:42: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:188:42: warning: statement should be inside braces [readability-braces-around-statements]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:192:14: warning: implicit conversion 'int' -> 'bool' [readability-implicit-bool-conversion]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:193:14: warning: implicit conversion 'int' -> 'bool' [readability-implicit-bool-conversion]
PWGCF/EbyEFluctuations/Tasks/multandptFluctuations.cxx:194:14: warning: implicit conversion 'int' -> 'bool' [readability-implicit-bool-conversion]
++ [[ 7 -gt 0 ]]
++ exit 1
--

Full log here.

@alibuild

alibuild commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for abafe6a at 2026-09-07 11:44:

## sw/BUILD/O2Physics-latest/log
c++: fatal error: Killed signal terminated program cc1plus
c++: fatal error: Killed signal terminated program cc1plus
c++: fatal error: Killed signal terminated program cc1plus
ninja: build stopped: subcommand failed.

Full log here.

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for 08923b7 at 2026-08-27 10:29:

## sw/BUILD/O2Physics-latest/log
c++: fatal error: Killed signal terminated program cc1plus
c++: fatal error: Killed signal terminated program cc1plus
c++: fatal error: Killed signal terminated program cc1plus
ninja: build stopped: subcommand failed.

Full log here.

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/staging for abafe6a at 2026-08-27 10:36:

## sw/BUILD/O2Physics-latest/log
c++: fatal error: Killed signal terminated program cc1plus
c++: fatal error: Killed signal terminated program cc1plus
c++: fatal error: Killed signal terminated program cc1plus
ninja: build stopped: subcommand failed.

Full log here.

@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/o2 for abafe6a at 2026-08-27 13:47:

## sw/BUILD/O2Physics-latest/log
c++: fatal error: Killed signal terminated program cc1plus
c++: fatal error: Killed signal terminated program cc1plus
c++: fatal error: Killed signal terminated program cc1plus
c++: fatal error: Killed signal terminated program cc1plus
ninja: build stopped: subcommand failed.

Full log here.

@alibuild

alibuild commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for a25588f at 2026-09-07 13:16:

## 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/c122634c1f2c1eefbb8e3b292a15bbbff0011800/O2Physics-code-check/errors.txt
PWGCF/EbyEFluctuations/Tasks/multAndPtFluctuations.cxx:18:1: error: included header Multiplicity.h is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGCF/EbyEFluctuations/Tasks/multAndPtFluctuations.cxx:22:1: error: included header AnalysisHelpers.h is not used directly [misc-include-cleaner,-warnings-as-errors]
PWGCF/EbyEFluctuations/Tasks/multAndPtFluctuations.cxx:31:1: error: included header TProfile.h is not used directly [misc-include-cleaner,-warnings-as-errors]
++ [[ 0 -gt 0 ]]
++ [[ 3 -gt 0 ]]
++ exit 1
--

Full log here.

@alibuild

alibuild commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/o2 for a25588f at 2026-09-07 15:17:

## sw/BUILD/O2Physics-latest/log
c++: fatal error: Killed signal terminated program cc1plus
c++: fatal error: Killed signal terminated program cc1plus
ninja: build stopped: subcommand failed.

Full log here.

@alibuild

alibuild commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for 9718516 at 2026-09-07 23:35:

## sw/BUILD/O2Physics-latest/log
2026-09-07T23:35:07.100+0200 [973:140220784176768] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-07T23:35:07.136+0200 [973:140220784176768] [executioncontext.cpp:739] [ERROR] Failed to download output blob 6df93aeb7765eda57e1f7be951f1955dccbcd0ff0fa571d904efb887df72fa09: 14: Socket closed
2026-09-07T23:35:07.100+0200 [49:139765843566208] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "FindMissingBlobs()", last gRPC error was [14: recvmsg:Connection reset by peer]
2026-09-07T23:35:07.100+0200 [435:140325910879872] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-07T23:35:07.142+0200 [435:140325910879872] [executioncontext.cpp:739] [ERROR] Failed to download output blob 67da1ebd2a6dac1c429e22731e94f03b0cbd6c9c73c7368e34d3c057de9e1948: 14: Socket closed
2026-09-07T23:35:07.100+0200 [739:140422606261888] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-07T23:35:07.143+0200 [739:140422606261888] [executioncontext.cpp:739] [ERROR] Failed to download output blob 99f288a7a5674c7e9e9d9987771b01e73d8c959464cb6464c420b1c5d125941d: 14: Socket closed
2026-09-07T23:35:07.100+0200 [438:140414511275648] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: recvmsg:Connection reset by peer]
2026-09-07T23:35:07.148+0200 [438:140414511275648] [executioncontext.cpp:739] [ERROR] Failed to download output blob e5e4107eb86f15e0b61faaf471ba0f40090cbe8d36df1691a03bc129b23a097d: 14: recvmsg:Connection reset by peer
2026-09-07T23:35:07.100+0200 [836:140475468484224] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-07T23:35:07.147+0200 [836:140475468484224] [executioncontext.cpp:739] [ERROR] Failed to download output blob 580f11559d15aa0e807263cc9c1a896d0625a7e6fd5f910122b77036f6ffb079: 14: Socket closed
2026-09-07T23:35:07.100+0200 [760:140632434458240] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: recvmsg:Connection reset by peer]
2026-09-07T23:35:07.147+0200 [760:140632434458240] [executioncontext.cpp:739] [ERROR] Failed to download output blob 8a048f5272578f5d8f1ddbe33d19715774578236e00a11fde2644b736c5a7a6e: 14: recvmsg:Connection reset by peer
2026-09-07T23:35:07.100+0200 [807:140672560508544] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-07T23:35:07.148+0200 [807:140672560508544] [executioncontext.cpp:739] [ERROR] Failed to download output blob b92f5d9e605c7a8fc11e80c2ba7a2f987d58c6ea713387821637e57507d35afa: 14: Socket closed
2026-09-07T23:35:07.100+0200 [434:140621910371968] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-07T23:35:07.151+0200 [434:140621910371968] [executioncontext.cpp:739] [ERROR] Failed to download output blob fc2532403a5407ac8e055e427a4071ecbc2c4c5bee7b06a40ecdd60a09d5367e: 14: Socket closed
2026-09-07T23:35:07.100+0200 [437:140176081120896] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: recvmsg:Connection reset by peer]
2026-09-07T23:35:07.150+0200 [437:140176081120896] [executioncontext.cpp:739] [ERROR] Failed to download output blob a23ecfa64860f09d838b48b3cb9799e1ae170eb852f06603346ecf7113286f3d: 14: recvmsg:Connection reset by peer
2026-09-07T23:35:07.101+0200 [782:139726543203968] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-07T23:35:07.152+0200 [782:139726543203968] [executioncontext.cpp:739] [ERROR] Failed to download output blob b30ca2e251bd215c2a51164312ea4ffa98f8675219cebc2635caace093f669b5: 14: Socket closed
2026-09-07T23:35:07.100+0200 [436:140105118846592] [buildboxcommon_grpcretrier.cpp:177] [ERROR] Retry limit (0) exceeded for "ByteStream.Read()", last gRPC error was [14: Socket closed]
2026-09-07T23:35:07.157+0200 [436:140105118846592] [executioncontext.cpp:739] [ERROR] Failed to download output blob dd3359bb8a49dda79c974a41ff03556046e570257a5b9398c8e13b86f691a3f3: 14: Socket closed
ninja: build stopped: subcommand failed.

Full log here.

@SwatiSaha-1997
SwatiSaha-1997 merged commit 8790e2a into AliceO2Group:master Sep 8, 2026
12 of 13 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.

3 participants