We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c036274 commit efab714Copy full SHA for efab714
PWGCF/TwoParticleCorrelations/Tasks/CMakeLists.txt
@@ -92,3 +92,8 @@ o2physics_add_dpl_workflow(eta-dihadron
92
SOURCES etaDihadron.cxx
93
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore O2Physics::AnalysisCCDB O2Physics::GFWCore
94
COMPONENT_NAME Analysis)
95
+
96
+o2physics_add_dpl_workflow(nuclei-balance
97
+ SOURCES nucleibalance.cxx
98
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
99
+ COMPONENT_NAME Analysis)
0 commit comments