Skip to content

Commit 135c177

Browse files
authored
PWGHF: Add tree creator for DplusToPiKPi (#2733)
1 parent 5b0cedc commit 135c177

2 files changed

Lines changed: 420 additions & 0 deletions

File tree

PWGHF/TableProducer/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ o2physics_add_dpl_workflow(candidate-creator-x
8484
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DCAFitter
8585
COMPONENT_NAME Analysis)
8686

87+
o2physics_add_dpl_workflow(tree-creator-dplus-to-pi-k-pi
88+
SOURCES treeCreatorDplusToPiKPi.cxx
89+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
90+
COMPONENT_NAME Analysis)
91+
8792
o2physics_add_dpl_workflow(tree-creator-lc-to-p-k-pi
8893
SOURCES treeCreatorLcToPKPi.cxx
8994
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore

0 commit comments

Comments
 (0)