Skip to content

Commit 7a556a5

Browse files
committed
Add Lund plane task
1 parent 670add1 commit 7a556a5

File tree

2 files changed

+676
-0
lines changed

2 files changed

+676
-0
lines changed

PWGJE/Tasks/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,10 @@ if(FastJet_FOUND)
317317
SOURCES jetLundReclustering.cxx
318318
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore FastJet::FastJet FastJet::Contrib
319319
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)
320324
o2physics_add_dpl_workflow(hf-fragmentation-function
321325
SOURCES hfFragmentationFunction.cxx
322326
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore

0 commit comments

Comments
 (0)