We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0cedc commit 135c177Copy full SHA for 135c177
2 files changed
PWGHF/TableProducer/CMakeLists.txt
@@ -84,6 +84,11 @@ o2physics_add_dpl_workflow(candidate-creator-x
84
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DCAFitter
85
COMPONENT_NAME Analysis)
86
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
+
92
o2physics_add_dpl_workflow(tree-creator-lc-to-p-k-pi
93
SOURCES treeCreatorLcToPKPi.cxx
94
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
0 commit comments