We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef00c3 commit a1fb42cCopy full SHA for a1fb42c
PWGCF/EbyEFluctuations/Tasks/CMakeLists.txt
@@ -43,3 +43,8 @@ o2physics_add_dpl_workflow(factorial-moments
43
SOURCES FactorialMomentsTask.cxx
44
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
45
COMPONENT_NAME Analysis)
46
+
47
+o2physics_add_dpl_workflow(netproton-cumulants-mc
48
+ SOURCES netprotonCumulantsMc.cxx
49
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
50
+ COMPONENT_NAME Analysis)
0 commit comments