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 3ca859e commit 8977f96Copy full SHA for 8977f96
PWGDQ/Tasks/CMakeLists.txt
@@ -29,6 +29,11 @@ o2physics_add_dpl_workflow(efficiency-with-assoc
29
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore
30
COMPONENT_NAME Analysis)
31
32
+o2physics_add_dpl_workflow(efficiency-with-assoc-direct
33
+ SOURCES dqEfficiency_withAssoc_direct.cxx
34
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore
35
+ COMPONENT_NAME Analysis)
36
+
37
o2physics_add_dpl_workflow(filter-pp
38
SOURCES filterPP.cxx
39
0 commit comments