Skip to content

Commit 96b0592

Browse files
ddobrigkalibuild
andauthored
[PWGLF] Add strangeness builder service (AliceO2Group#9340)
Co-authored-by: ALICE Builder <[email protected]>
1 parent 90b59b5 commit 96b0592

File tree

4 files changed

+2527
-1
lines changed

4 files changed

+2527
-1
lines changed

PWGLF/TableProducer/Strangeness/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ o2physics_add_dpl_workflow(strangederivedbuilder
107107
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DetectorsBase
108108
COMPONENT_NAME Analysis)
109109

110+
o2physics_add_dpl_workflow(strangenessbuilder
111+
SOURCES strangenessbuilder.cxx
112+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase KFParticle::KFParticle
113+
COMPONENT_NAME Analysis)
114+
110115
o2physics_add_dpl_workflow(v0-selector
111116
SOURCES v0selector.cxx
112117
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore

0 commit comments

Comments
 (0)