Skip to content

Commit 4e563a8

Browse files
llorenc-11hzalewskiAleksandra Mulewicz
authored
[PWGJE] Add jetHadronsPID (#16012)
Co-authored-by: hzalewski <zalewskihubert79@gmail.com> Co-authored-by: Aleksandra Mulewicz <amulewic@alifitlab010.dyndns.cern.ch> Co-authored-by: Leonard <107263905+MyFavoriteGitHub@users.noreply.github.com>
1 parent 97abd90 commit 4e563a8

2 files changed

Lines changed: 660 additions & 0 deletions

File tree

PWGJE/Tasks/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,4 +440,8 @@ if(FastJet_FOUND)
440440
SOURCES bjetCentMult.cxx
441441
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
442442
COMPONENT_NAME Analysis)
443+
o2physics_add_dpl_workflow(jet-hadrons-pid
444+
SOURCES jetHadronsPid.cxx
445+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::PWGJECore FastJet::FastJet FastJet::Contrib O2Physics::EventFilteringUtils
446+
COMPONENT_NAME Analysis)
443447
endif()

0 commit comments

Comments
 (0)