Skip to content

Commit e66f649

Browse files
committed
GPU: Cleanup: Move ITS and TPC specific code out of GPUWorkFlowSpec.cxx to separate files
1 parent f0db501 commit e66f649

4 files changed

Lines changed: 783 additions & 579 deletions

File tree

GPU/Workflow/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
o2_add_library(GPUWorkflow
1313
SOURCES src/GPUWorkflowSpec.cxx
14+
src/GPUWorkflowTPC.cxx
15+
src/GPUWorkflowITS.cxx
1416
TARGETVARNAME targetName
1517
PUBLIC_LINK_LIBRARIES O2::Framework
1618
O2::DataFormatsTPC

0 commit comments

Comments
 (0)