Skip to content

Commit 92aa89a

Browse files
authored
[PWGLF] Add new task for analysis of antinuclei in jets using the CDF technique (#17555)
1 parent c5b4c23 commit 92aa89a

2 files changed

Lines changed: 741 additions & 0 deletions

File tree

PWGLF/Tasks/Nuspex/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@ o2physics_add_dpl_workflow(nuclei-from-hypertriton-map
155155
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
156156
COMPONENT_NAME Analysis)
157157

158+
o2physics_add_dpl_workflow(antinuclei-in-jets-cdf
159+
SOURCES antinucleiInJetsCDF.cxx
160+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::EventFilteringUtils
161+
COMPONENT_NAME Analysis)
162+
158163
if(FastJet_FOUND)
159164
o2physics_add_dpl_workflow(angular-correlations-in-jets
160165
SOURCES angularCorrelationsInJets.cxx

0 commit comments

Comments
 (0)