[PWGLF] Move the dndeta analysis to LF tasks.#15988
Merged
abmodak merged 5 commits intoAliceO2Group:masterfrom Apr 28, 2026
Merged
[PWGLF] Move the dndeta analysis to LF tasks.#15988abmodak merged 5 commits intoAliceO2Group:masterfrom
abmodak merged 5 commits intoAliceO2Group:masterfrom
Conversation
Add dndetaHi.cxx implementing the DndetaHi DPL task that measures charged-particle pseudorapidity density in pp and Pb-Pb collisions. Register the new workflow in CMakeLists.txt. Key features: - Five process functions: EventStat, MCCounting, Counting, Gen, V0Counting - Event classification: INEL, INEL>0, DD/SD/ND (via HepMC process ID) - Centrality via FT0M (pp) or FT0C (Pb-Pb) - MC particle ID (π/K/p) and strange-mother tagging - pT extrapolation systematic variations (up/down weights) - V0 topological selection for K0s, Λ, Λ̄ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
O2 linter results: ❌ 1 errors, |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Collaborator
|
Error while checking build/O2Physics/o2 for b2b7f91 at 2026-04-28 05:24: Full log here. |
- Cast enum values to int in AxisSpec declarations to fix -Werror=deprecated-enum-float-conversion build errors (GCC 14) - Add missing registry.fill(SelInelSel8Mcz10) in processMCCounting Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Collaborator
|
Why are you duplicating #15779 ? |
Contributor
Author
Dear @vkucera , As I am not yet accustomed to the pull request process, I deleted my local repository due to a command line tools update and subsequently closed my previous pull request to open a new one. If this approach causes any issues, I will investigate how to restore the previous pull request instead. |
abmodak
approved these changes
Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add dndetaHi.cxx implementing the DndetaHi DPL task that measures charged-particle pseudorapidity density in pp and Pb-Pb collisions. Register the new workflow in CMakeLists.txt.
Key features:
I have reset the Git repository by deleting the previous log and initialized it anew. I have completed all the code revisions suggested by vit and would appreciate it if you could verify the changes.