We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db39c7f commit 5aa4e5eCopy full SHA for 5aa4e5e
PWGLF/Tasks/Nuspex/CMakeLists.txt
@@ -154,4 +154,9 @@ o2physics_add_dpl_workflow(angular-correlations-in-jets
154
SOURCES AngularCorrelationsInJets.cxx
155
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::PWGJECore FastJet::FastJet FastJet::Contrib
156
COMPONENT_NAME Analysis)
157
+
158
+o2physics_add_dpl_workflow(antinuclei-in-jets
159
+ SOURCES antinucleiInJets.cxx
160
+ PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::PWGJECore FastJet::FastJet FastJet::Contrib
161
+ COMPONENT_NAME Analysis)
162
endif()
0 commit comments