Skip to content

Commit 0f52863

Browse files
committed
TPC: Move raw encoder to workflow, since it depends on GPU code
1 parent 56e1144 commit 0f52863

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Detectors/TPC/simulation/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ o2_target_root_dictionary(TPCSimulation
3939
include/TPCSimulation/Point.h
4040
include/TPCSimulation/SAMPAProcessing.h)
4141

42-
o2_add_executable(digits-to-rawzs
43-
COMPONENT_NAME tpc
44-
PUBLIC_LINK_LIBRARIES O2::TPCBase O2::SimulationDataFormat O2::GPUO2Interface O2::GPUTracking O2::DetectorsRaw
45-
SOURCES run/convertDigitsToRawZS.cxx)
46-
4742
o2_data_file(COPY files DESTINATION Detectors/TPC)
4843
o2_data_file(COPY data DESTINATION Detectors/TPC/simulation)
4944

Detectors/TPC/workflow/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,8 @@ if(GPUCA_EVENT_DISPLAY OR
9090
AND NOT CMAKE_SYSTEM_NAME STREQUAL "Darwin"))
9191
target_compile_definitions(${targetName} PRIVATE GPUCA_BUILD_EVENT_DISPLAY)
9292
endif()
93+
94+
o2_add_executable(digits-to-rawzs
95+
COMPONENT_NAME tpc
96+
PUBLIC_LINK_LIBRARIES O2::TPCBase O2::SimulationDataFormat O2::GPUO2Interface O2::GPUTracking O2::DetectorsRaw
97+
SOURCES src/convertDigitsToRawZS.cxx)
File renamed without changes.

0 commit comments

Comments
 (0)