Skip to content

Commit 3788d44

Browse files
alcalivanjacazio
andauthored
[PWGLF] switched to fastjet for jet finding (AliceO2Group#10142)
Co-authored-by: Nicolò Jacazio <[email protected]>
1 parent 2dd1ebe commit 3788d44

File tree

2 files changed

+156
-311
lines changed

2 files changed

+156
-311
lines changed

PWGLF/Tasks/Strangeness/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,12 @@ o2physics_add_dpl_workflow(cascpolsp
104104
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
105105
COMPONENT_NAME Analysis)
106106

107+
if(FastJet_FOUND)
107108
o2physics_add_dpl_workflow(strangeness-in-jets
108109
SOURCES strangenessInJets.cxx
109-
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
110+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::PWGJECore FastJet::FastJet FastJet::Contrib
110111
COMPONENT_NAME Analysis)
112+
endif()
111113

112114
o2physics_add_dpl_workflow(v0topologicalcuts
113115
SOURCES v0topologicalcuts.cxx

0 commit comments

Comments
 (0)