Skip to content

Commit 0b74031

Browse files
committed
PWGLF: add (anti)triton analysis workflow
1 parent ac7285f commit 0b74031

2 files changed

Lines changed: 456 additions & 0 deletions

File tree

PWGLF/Tasks/Nuspex/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ o2physics_add_dpl_workflow(nuclei-batask
1414
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2Physics::EventFilteringUtils
1515
COMPONENT_NAME Analysis)
1616

17+
o2physics_add_dpl_workflow(antitriton-analysis
18+
SOURCES antitritonAnalysis.cxx
19+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
20+
COMPONENT_NAME Analysis)
21+
1722
o2physics_add_dpl_workflow(hypertritonanalysis
1823
SOURCES hypertritonAnalysis.cxx
1924
PUBLIC_LINK_LIBRARIES O2::DetectorsBase O2Physics::AnalysisCore

0 commit comments

Comments
 (0)