We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02263e5 commit ae85138Copy full SHA for ae85138
2 files changed
PWGHF/HFC/TableProducer/CMakeLists.txt
@@ -84,6 +84,11 @@ o2physics_add_dpl_workflow(correlator-lc-sc-hadrons
84
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
85
COMPONENT_NAME Analysis)
86
87
+o2physics_add_dpl_workflow(correlator-xic-hadrons
88
+ SOURCES correlatorXicHadrons.cxx
89
+ PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
90
+ COMPONENT_NAME Analysis)
91
+
92
o2physics_add_dpl_workflow(producer-charm-hadrons-track-femto-dream
93
SOURCES producerCharmHadronsTrackFemtoDream.cxx
94
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::MLCore O2Physics::EventFilteringUtils
0 commit comments