Skip to content

Commit ff1ec04

Browse files
authored
[PWGLF] Add a workflow for (anti)triton analysis (#17151)
1 parent e041e77 commit ff1ec04

2 files changed

Lines changed: 488 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)