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 5e260bb commit 9c28789Copy full SHA for 9c28789
Common/TableProducer/CMakeLists.txt
@@ -32,6 +32,11 @@ o2physics_add_dpl_workflow(multiplicity-table
32
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
33
COMPONENT_NAME Analysis)
34
35
+o2physics_add_dpl_workflow(multcenttable
36
+ SOURCES multCentTable.cxx
37
+ PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
38
+ COMPONENT_NAME Analysis)
39
+
40
o2physics_add_dpl_workflow(multiplicity-extra-table
41
SOURCES multiplicityExtraTable.cxx
42
0 commit comments