We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd7969 commit 739ec48Copy full SHA for 739ec48
PWGLF/Tasks/Nuspex/CMakeLists.txt
@@ -185,4 +185,9 @@ o2physics_add_dpl_workflow(multiplicity-pt
185
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
186
COMPONENT_NAME Analysis)
187
188
+o2physics_add_dpl_workflow(deuteron-in-jets-trg-pt
189
+ SOURCES DeuteronInJetsTrgPt.cxx
190
+ PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::PWGJECore FastJet::FastJet FastJet::Contrib O2Physics::EventFilteringUtils
191
+ COMPONENT_NAME Analysis)
192
+
193
endif()
0 commit comments