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 1ca227b commit ee0a0e0Copy full SHA for ee0a0e0
1 file changed
Common/Tasks/CMakeLists.txt
@@ -78,3 +78,8 @@ o2physics_add_dpl_workflow(qvectors-correction
78
SOURCES qVectorsCorrection.cxx
79
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
80
COMPONENT_NAME Analysis)
81
+
82
+o2physics_add_dpl_workflow(centrality-study
83
+ SOURCES centralityStudy.cxx
84
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
85
+ COMPONENT_NAME Analysis)
0 commit comments