Skip to content

Commit e4ec754

Browse files
committed
adding formationtime reclustering task
1 parent e6841fa commit e4ec754

File tree

2 files changed

+444
-0
lines changed

2 files changed

+444
-0
lines changed

PWGJE/Tasks/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,10 @@ if(FastJet_FOUND)
330330
SOURCES jetShape.cxx
331331
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
332332
COMPONENT_NAME Analysis)
333+
o2physics_add_dpl_workflow(jet-formationtimereclustering
334+
SOURCES jetFormationTimeReclustering.cxx
335+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
336+
COMPONENT_NAME Analysis)
333337
endif()
334338

335339
if(pythia_FOUND)

0 commit comments

Comments
 (0)