Skip to content

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

Open
orubza wants to merge 4 commits into
AliceO2Group:masterfrom
orubza:omama-new-pr
Open

[PWGCF] add multiplicity and pT fluctuations task#17534
orubza wants to merge 4 commits into
AliceO2Group:masterfrom
orubza:omama-new-pr

Conversation

@orubza

@orubza orubza commented Aug 21, 2026

Copy link
Copy Markdown

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

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/code-check for abafe6a at 2026-08-27 10:23:

## 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

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.

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