Skip to content

[PWGLF] Added centrality estimator for phitask and new separate kstar task#15197

Merged
mpuccio merged 5 commits intoAliceO2Group:masterfrom
hkoley:master
Feb 27, 2026
Merged

[PWGLF] Added centrality estimator for phitask and new separate kstar task#15197
mpuccio merged 5 commits intoAliceO2Group:masterfrom
hkoley:master

Conversation

@hkoley
Copy link
Copy Markdown
Contributor

@hkoley hkoley commented Feb 27, 2026

No description provided.

Please consider the following formatting changes to AliceO2Group#15197
@mpuccio mpuccio merged commit 76e8789 into AliceO2Group:master Feb 27, 2026
11 of 12 checks passed
Comment on lines +22 to +28
#include "CommonConstants/PhysicsConstants.h"
#include "DataFormatsParameters/GRPObject.h"
#include "Framework/ASoA.h"
#include "Framework/AnalysisDataModel.h"
#include "Framework/AnalysisTask.h"
#include "Framework/HistogramRegistry.h"
#include "ReconstructionDataFormats/Track.h"
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.

Wrong format

#include <cmath>
#include <cstddef>
#include <cstdlib>
#include <iostream>
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.

Do not include iostream.

if (cDebugLevel > 0) {
nEvents++;
if ((nEvents + 1) % 10000 == 0) {
std::cout << "Processed Data Events: " << nEvents << std::endl;
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.

Use proper O2 logging.

scannito pushed a commit to scannito/O2Physics that referenced this pull request Mar 20, 2026
… task (AliceO2Group#15197)

Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
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.

4 participants