Skip to content

[PWGCF] Flow event plane update for online-offline recentering#16797

Merged
wenyaCern merged 1 commit into
AliceO2Group:masterfrom
yashpatley:flow-ep-update
Jun 24, 2026
Merged

[PWGCF] Flow event plane update for online-offline recentering#16797
wenyaCern merged 1 commit into
AliceO2Group:masterfrom
yashpatley:flow-ep-update

Conversation

@yashpatley

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

Copy link
Copy Markdown

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

@wenyaCern
wenyaCern enabled auto-merge (squash) June 24, 2026 13:28
@wenyaCern
wenyaCern merged commit bfb37a2 into AliceO2Group:master Jun 24, 2026
14 checks passed
Comment on lines +373 to +379
struct CorrectionHistContainer {
TProfile* hVx;
TProfile* hVy;
std::array<TH2F*, 2> hGainCalib;
std::array<std::array<std::array<THnSparseF*, 1>, 4>, 14> vCoarseCorrHist;
std::array<std::array<std::array<TProfile*, 4>, 4>, 14> vFineCorrHist;
} CorrectionHistContainer;

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.

  • Always initialise pointers.
  • Don't use the same name for the object and its type.

@yashpatley
yashpatley deleted the flow-ep-update branch July 20, 2026 06:34
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