We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a333d commit c2a1db1Copy full SHA for c2a1db1
PWGLF/TableProducer/Strangeness/CMakeLists.txt
@@ -50,6 +50,11 @@ o2physics_add_dpl_workflow(hstrangecorrelationfilter
50
SOURCES hStrangeCorrelationFilter.cxx
51
PUBLIC_LINK_LIBRARIES O2::DCAFitter O2Physics::AnalysisCore O2Physics::EventFilteringUtils
52
COMPONENT_NAME Analysis)
53
+
54
+o2physics_add_dpl_workflow(hstrangederiveddata
55
+ SOURCES hStrangeDerivedData.cxx
56
+ PUBLIC_LINK_LIBRARIES O2::DCAFitter O2Physics::AnalysisCore O2Physics::EventFilteringUtils
57
+ COMPONENT_NAME Analysis)
58
59
o2physics_add_dpl_workflow(double-casc-tree-creator
60
SOURCES doubleCascTreeCreator.cxx
0 commit comments