We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c1e8d commit 3d9638fCopy full SHA for 3d9638f
PWGLF/Tasks/Nuspex/CMakeLists.txt
@@ -180,4 +180,9 @@ o2physics_add_dpl_workflow(chargedparticle-raa
180
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
181
COMPONENT_NAME Analysis)
182
183
+o2physics_add_dpl_workflow(deuteron-in-jet-trg-pt
184
+ SOURCES DeuteronInJetsTrgPt.cxx
185
+ PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::PWGJECore FastJet::FastJet FastJet::Contrib O2Physics::EventFilteringUtils
186
+ COMPONENT_NAME Analysis)
187
+
188
endif()
0 commit comments