Skip to content

Commit 8d27f4d

Browse files
hyungjun-leeclaude
andcommitted
[PWGLF] Add dN/deta analysis task for heavy-ion collisions
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>
1 parent 10c4a50 commit 8d27f4d

2 files changed

Lines changed: 923 additions & 0 deletions

File tree

PWGLF/Tasks/GlobalEventProperties/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ o2physics_add_dpl_workflow(nch-studypp
4343
SOURCES nchStudypp.cxx
4444
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
4545
COMPONENT_NAME Analysis)
46+
47+
o2physics_add_dpl_workflow(dndeta-hi
48+
SOURCES dndetaHi.cxx
49+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2::Framework
50+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)