Skip to content

[PWGLF] Apply a different event selection for PbPb in the feeddown part of hStrangenessCorrelation.cxx - #17951

Open
gengjiabin12 wants to merge 3 commits into
AliceO2Group:masterfrom
gengjiabin12:master
Open

gengjiabin12 wants to merge 3 commits into
AliceO2Group:masterfrom
gengjiabin12:master

Conversation

@gengjiabin12

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions Bot added the pwglf label Sep 17, 2026
@github-actions github-actions Bot changed the title Apply a different event selection for PbPb in the feeddown part of hStrangenessCorrelation.cxx [PWGLF] Apply a different event selection for PbPb in the feeddown part of hStrangenessCorrelation.cxx Sep 17, 2026
@github-actions

Copy link
Copy Markdown

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

histos.add("hEventSelection", "hEventSelection", kTH1F, {{10, 0, 10}});
std::array<TString, 10> eventSelLabel = {"all", "sel8", "kIsTriggerTVX", "PV_{z}", "kIsGoodITSLayersAll", "kIsGoodZvtxFT0vsPV", "OccupCut", "kNoTimeFrameBorder", "kNoITSROFrameBorder", "kNoSameBunchPileup "};
histos.add("hEventSelection", "hEventSelection", kTH1F, {{11, 0, 11}});
std::array<TString, 11> eventSelLabel = {"all", "sel8", "kIsTriggerTVX", "PV_{z}", "Cent", "kIsGoodITSLayersAll", "kIsGoodZvtxFT0vsPV", "OccupCut", "kNoTimeFrameBorder", "kNoITSROFrameBorder", "kNoSameBunchPileup "};

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.

you fill the PV and centrality in opposite order as the axis labels are written, it would be better to make it consistent

return false;
}
if (fillHists) {
histos.fill(HIST("hEventSelection"), 3.5 /* collisions after sel pvz sel*/);

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.

this comment is not valid anymore, as this will be after centrality selection

@lhusova
lhusova enabled auto-merge (squash) September 17, 2026 15:09
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.

2 participants