We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4380ea6 commit 9930e12Copy full SHA for 9930e12
2 files changed
PWGCF/MultiparticleCorrelations/Tasks/CMakeLists.txt
@@ -28,3 +28,8 @@ o2physics_add_dpl_workflow(multiharmonic-correlations
28
SOURCES multiharmonicCorrelations.cxx
29
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
30
COMPONENT_NAME Analysis)
31
+
32
+o2physics_add_dpl_workflow(multiparticle-cumulants
33
+ SOURCES multiparticleCumulants.cxx
34
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
35
+ COMPONENT_NAME Analysis)
0 commit comments