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 58a06cf commit ff57ea1Copy full SHA for ff57ea1
1 file changed
PWGHF/Tasks/CMakeLists.txt
@@ -19,6 +19,11 @@ o2physics_add_dpl_workflow(task-mc-efficiency
19
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
20
COMPONENT_NAME Analysis)
21
22
+o2physics_add_dpl_workflow(task-mc-efficiency-to-xi-pi
23
+ SOURCES taskMcEfficiencyToXiPi.cxx
24
+ PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
25
+ COMPONENT_NAME Analysis)
26
+
27
o2physics_add_dpl_workflow(task-mc-validation
28
SOURCES taskMcValidation.cxx
29
0 commit comments