We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670add1 commit 7a556a5Copy full SHA for 7a556a5
PWGJE/Tasks/CMakeLists.txt
@@ -317,6 +317,10 @@ if(FastJet_FOUND)
317
SOURCES jetLundReclustering.cxx
318
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore FastJet::FastJet FastJet::Contrib
319
COMPONENT_NAME Analysis)
320
+ o2physics_add_dpl_workflow(jet-lund-plane
321
+ SOURCES jetLundPlane.cxx
322
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore FastJet::FastJet FastJet::Contrib
323
+ COMPONENT_NAME Analysis)
324
o2physics_add_dpl_workflow(hf-fragmentation-function
325
SOURCES hfFragmentationFunction.cxx
326
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
0 commit comments