Skip to content

[PWGCF] adding new analysis for multiharmonic correlations#16403

Draft
pengchon wants to merge 12 commits into
AliceO2Group:masterfrom
pengchon:master
Draft

[PWGCF] adding new analysis for multiharmonic correlations#16403
pengchon wants to merge 12 commits into
AliceO2Group:masterfrom
pengchon:master

Conversation

@pengchon
Copy link
Copy Markdown
Contributor

No description provided.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 26, 2026

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

@github-actions github-actions Bot changed the title adding new analysis for multiharmonic correlations [PWGCF] adding new analysis for multiharmonic correlations May 26, 2026
@alibuild
Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/staging for 8655b0a at 2026-05-26 22:53:

## sw/BUILD/O2Physics-latest/log
CMake Error at PWGCF/MultiparticleCorrelations/Tasks/CMakeLists.txt:31:
ninja: error: rebuilding 'build.ninja': subcommand failed

Full log here.

@alibuild
Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/o2 for 8655b0a at 2026-05-26 22:53:

## sw/BUILD/O2Physics-latest/log
CMake Error at PWGCF/MultiparticleCorrelations/Tasks/CMakeLists.txt:31:
ninja: error: rebuilding 'build.ninja': subcommand failed

Full log here.

@vkucera vkucera marked this pull request as draft May 26, 2026 21:01
@vkucera
Copy link
Copy Markdown
Collaborator

vkucera commented May 26, 2026

@pengchon You did not test your changes before pushing them.

Comment on lines -18 to 28
#include <CommonConstants/MathConstants.h>
#include <Framework/AnalysisDataModel.h>
#include <Framework/AnalysisHelpers.h>
#include <Framework/AnalysisTask.h>
#include <Framework/Configurable.h>
#include <Framework/InitContext.h>
#include <Framework/OutputObjHeader.h>
#include <Framework/DataTypes.h>
#include <Framework/runDataProcessing.h>

#include <TCollection.h>
#include <TFile.h>
#include <TComplex.h>
#include <TGrid.h>
#include <TH1.h>
#include <TH2.h>
#include <TList.h>
#include <TObject.h>
#include <TString.h>
#include <TH1D.h>
#include <TSystem.h>

#include <cstdint>
#include <cstring>
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.

How did you come up with these changes?

Copy link
Copy Markdown
Collaborator

@vkucera vkucera May 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see 39 new statements in this file and zero delete statements. If you decide to use dynamic allocation, you have to handle the memory properly.

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