Skip to content

[PWGLF] Debug analysis#16631

Open
PaolaVT wants to merge 19 commits into
AliceO2Group:masterfrom
PaolaVT:master
Open

[PWGLF] Debug analysis#16631
PaolaVT wants to merge 19 commits into
AliceO2Group:masterfrom
PaolaVT:master

Conversation

@PaolaVT

@PaolaVT PaolaVT commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Histograms:

  • Split HistogramRegistry into registry + registryFrac for output handling
  • Replace static string_view arrays and switch-based filling with
    std::array<std::shared_ptr<TH3/TH2>> for dE/dx, binning, and
    particle fraction histograms, indexed by centrality class
  • Particle fraction histograms now binned per centrality class (10+MB)
    for both momentum and pT axes
  • Add centrality-differential dE/dx vs pT histograms (hDedxVspTMomentumVsCent)

Track selection:

  • Add passesTrackSelectionNoDCA() separated from full DCA selection,
    enabling DCA template filling for primary fraction studies
  • Add minITSnClusters configurable and propagate to custom track cuts
  • Enable phi cut by default (applyPhiCut = true)

PID:

  • Replace independent per-species nsigma cuts with bestPIDHypothesis()
    (exclusive closest-nsigma assignment) to avoid double counting

@github-actions

github-actions Bot commented Jun 12, 2026

Copy link
Copy Markdown

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

@github-actions github-actions Bot changed the title Debug analysis [PWGLF] Debug analysis Jun 12, 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.

1 participant