Skip to content

Commit 4796e37

Browse files
zovargaalibuild
andauthored
[PWGJE] Add Lund jet plane task (#15536)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 4b451d2 commit 4796e37

File tree

2 files changed

+803
-0
lines changed

2 files changed

+803
-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)