Skip to content

Commit 2d3e00b

Browse files
authored
[PWGJE] Add Jet-hadron correlations task into the JE framework (#13847)
1 parent bf5e565 commit 2d3e00b

File tree

2 files changed

+1595
-0
lines changed

2 files changed

+1595
-0
lines changed

PWGJE/Tasks/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ if(FastJet_FOUND)
216216
SOURCES jetSpectraCharged.cxx
217217
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
218218
COMPONENT_NAME Analysis)
219+
o2physics_add_dpl_workflow(charged-jet-hadron
220+
SOURCES chargedJetHadron.cxx
221+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
222+
COMPONENT_NAME Analysis)
219223
o2physics_add_dpl_workflow(trigger-correlations
220224
SOURCES triggerCorrelations.cxx
221225
PUBLIC_LINK_LIBRARIES O2::Framework O2::EMCALBase O2::EMCALCalib O2Physics::PWGJECore O2Physics::AnalysisCore

0 commit comments

Comments
 (0)