Skip to content

Commit f0eebb6

Browse files
authored
ITS3: remove unnecessary reader/writers (#14157)
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent 4be2de6 commit f0eebb6

14 files changed

+4
-858
lines changed

Detectors/Upgrades/ITS3/workflow/CMakeLists.txt

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,8 @@ o2_add_library(ITS3Workflow
1515
SOURCES src/DigitReaderSpec.cxx
1616
src/DigitWriterSpec.cxx
1717
src/RecoWorkflow.cxx
18-
src/ClusterWriterWorkflow.cxx
1918
src/ClustererSpec.cxx
20-
src/ClusterWriterSpec.cxx
2119
src/TrackerSpec.cxx
22-
src/TrackWriterSpec.cxx
23-
src/TrackReaderSpec.cxx
24-
src/VertexReaderSpec.cxx
2520
PUBLIC_LINK_LIBRARIES O2::Framework
2621
O2::SimConfig
2722
O2::DataFormatsITSMFT
@@ -35,27 +30,7 @@ o2_add_library(ITS3Workflow
3530
O2::GPUTracking
3631
O2::ITSBase)
3732

38-
# o2_add_executable(digit-writer-workflow
39-
# SOURCES src/digit-writer-workflow.cxx
40-
# COMPONENT_NAME its3
41-
# PUBLIC_LINK_LIBRARIES O2::ITS3Workflow)
42-
43-
# o2_add_executable(digit-reader-workflow
44-
# SOURCES src/digit-reader-workflow.cxx
45-
# COMPONENT_NAME its3
46-
# PUBLIC_LINK_LIBRARIES O2::ITS3Workflow)
47-
4833
o2_add_executable(reco-workflow
4934
SOURCES src/its3-reco-workflow.cxx
5035
COMPONENT_NAME its3
5136
PUBLIC_LINK_LIBRARIES O2::ITS3Workflow)
52-
53-
# o2_add_executable(cluster-writer-workflow
54-
# SOURCES src/its-cluster-writer-workflow.cxx
55-
# COMPONENT_NAME its
56-
# PUBLIC_LINK_LIBRARIES O2::ITSWorkflow)
57-
58-
# o2_add_executable(cluster-reader-workflow
59-
# SOURCES src/its-cluster-reader-workflow.cxx
60-
# COMPONENT_NAME its
61-
# PUBLIC_LINK_LIBRARIES O2::ITSWorkflow)

Detectors/Upgrades/ITS3/workflow/include/ITS3Workflow/ClusterReaderSpec.h

Lines changed: 0 additions & 76 deletions
This file was deleted.

Detectors/Upgrades/ITS3/workflow/include/ITS3Workflow/ClusterWriterSpec.h

Lines changed: 0 additions & 31 deletions
This file was deleted.

Detectors/Upgrades/ITS3/workflow/include/ITS3Workflow/ClusterWriterWorkflow.h

Lines changed: 0 additions & 31 deletions
This file was deleted.

Detectors/Upgrades/ITS3/workflow/include/ITS3Workflow/TrackReaderSpec.h

Lines changed: 0 additions & 79 deletions
This file was deleted.

Detectors/Upgrades/ITS3/workflow/include/ITS3Workflow/TrackWriterSpec.h

Lines changed: 0 additions & 31 deletions
This file was deleted.

Detectors/Upgrades/ITS3/workflow/include/ITS3Workflow/VertexReaderSpec.h

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)