Skip to content

Commit 6d6d0fc

Browse files
authored
[PWGLF] Add tree producer for coalescence studies (#16390)
1 parent 17cc786 commit 6d6d0fc

2 files changed

Lines changed: 678 additions & 0 deletions

File tree

PWGLF/TableProducer/Nuspex/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,8 @@ o2physics_add_dpl_workflow(photon-deuteron
123123
SOURCES photonDeuteron.cxx
124124
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
125125
COMPONENT_NAME Analysis)
126+
127+
o2physics_add_dpl_workflow(coalescence-tree-producer
128+
SOURCES coalescenceTreeProducer.cxx
129+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
130+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)