Skip to content

[PWGCF] Run3 mc analysis#16277

Closed
baasingh wants to merge 8 commits into
AliceO2Group:masterfrom
baasingh:Run3-MC-analysis
Closed

[PWGCF] Run3 mc analysis#16277
baasingh wants to merge 8 commits into
AliceO2Group:masterfrom
baasingh:Run3-MC-analysis

Conversation

@baasingh
Copy link
Copy Markdown
Contributor

add some phi corrections and qa plots

@github-actions github-actions Bot added the pwgcf label May 17, 2026
@github-actions github-actions Bot changed the title Run3 mc analysis [PWGCF] Run3 mc analysis May 17, 2026
@github-actions
Copy link
Copy Markdown

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

@alibuild
Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/staging for 374a0d0 at 2026-05-17 09:59:

## sw/BUILD/O2Physics-latest/log
Error in <TFile::TFile>: file /home/salman/taskrun/o2running/PhiHistograms.root does not exist
ninja: build stopped: subcommand failed.

Full log here.

@alibuild
Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/o2 for 374a0d0 at 2026-05-17 10:03:

## sw/BUILD/O2Physics-latest/log
Error in <TFile::TFile>: file /home/salman/taskrun/o2running/PhiHistograms.root does not exist
ninja: build stopped: subcommand failed.

Full log here.

TH1D* tmpFqErr[6][5][52];

float collisionZ = 0.f;
TFile* f = TFile::Open("/home/salman/taskrun/o2running/PhiHistograms.root");
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.

What are you trying here?

Comment on lines +66 to +70
TH3D* hBin1 = reinterpret_cast<TH3D*>(f->Get("bin1_m3DVtxZetaPhi"));
TH3D* hBin2 = reinterpret_cast<TH3D*>(f->Get("bin2_m3DVtxZetaPhi"));
TH3D* hBin3 = reinterpret_cast<TH3D*>(f->Get("bin3_m3DVtxZetaPhi"));
TH3D* hBin4 = reinterpret_cast<TH3D*>(f->Get("bin4_m3DVtxZetaPhi"));
TH3D* hBin5 = reinterpret_cast<TH3D*>(f->Get("bin5_m3DVtxZetaPhi"));
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 dynamic_cast.

@vkucera vkucera marked this pull request as draft May 18, 2026 09:49
Comment on lines +24 to +31
#include "Framework/ASoAHelpers.h"
#include "Framework/AnalysisDataModel.h"
#include "Framework/AnalysisTask.h"
#include "Framework/O2DatabasePDGPlugin.h"
#include "Framework/runDataProcessing.h"
#include "ReconstructionDataFormats/GlobalTrackID.h"
#include "ReconstructionDataFormats/Track.h"
#include <CCDB/BasicCCDBManager.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.

Why?

@baasingh
Copy link
Copy Markdown
Contributor Author

Sorry, its by mistake

@baasingh baasingh closed this May 19, 2026
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