Skip to content

Commit 6d6dfc7

Browse files
committed
ITS: remove old ClustererTask
Signed-off-by: Felix Schlepper <[email protected]>
1 parent 294a730 commit 6d6dfc7

File tree

5 files changed

+2
-326
lines changed

5 files changed

+2
-326
lines changed

Detectors/ITSMFT/ITS/reconstruction/CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
# or submit itself to any jurisdiction.
1111

1212
o2_add_library(ITSReconstruction
13-
SOURCES src/ClustererTask.cxx
14-
src/RecoGeomHelper.cxx
13+
SOURCES src/RecoGeomHelper.cxx
1514
src/FastMultEstConfig.cxx
1615
src/FastMultEst.cxx
1716
PUBLIC_LINK_LIBRARIES O2::ITSBase
@@ -21,7 +20,6 @@ o2_add_library(ITSReconstruction
2120

2221
o2_target_root_dictionary(
2322
ITSReconstruction
24-
HEADERS include/ITSReconstruction/ClustererTask.h
25-
include/ITSReconstruction/RecoGeomHelper.h
23+
HEADERS include/ITSReconstruction/RecoGeomHelper.h
2624
include/ITSReconstruction/FastMultEst.h
2725
include/ITSReconstruction/FastMultEstConfig.h)

Detectors/ITSMFT/ITS/reconstruction/include/ITSReconstruction/ClustererTask.h

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

Detectors/ITSMFT/ITS/reconstruction/src/ClustererTask.cxx

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

macro/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ install(FILES CheckDigits_mft.C
3535
runTPCRefit.C
3636
run_CRUDataSkimming_its.C
3737
run_calib_tof.C
38-
run_clus_itsSA.C
3938
run_clus_tof.C
4039
run_clus_tpc.C
4140
run_clus_emcal.C
@@ -239,14 +238,6 @@ o2_add_test_root_macro(run_calib_tof.C
239238
O2::DetectorsBase
240239
O2::GlobalTracking)
241240

242-
# FIXME: move to subsystem dir
243-
o2_add_test_root_macro(run_clus_itsSA.C
244-
PUBLIC_LINK_LIBRARIES O2::DetectorsBase
245-
O2::ITSReconstruction
246-
O2::ITSMFTReconstruction
247-
O2::ITSMFTBase
248-
LABELS its)
249-
250241
# FIXME: move to subsystem dir
251242
o2_add_test_root_macro(run_clus_tof.C
252243
PUBLIC_LINK_LIBRARIES O2::TOFReconstruction O2::Framework O2::TOFBase

macro/run_clus_itsSA.C

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

0 commit comments

Comments
 (0)