Skip to content

Commit dbd6e9f

Browse files
committed
ITS: remove old ClustererTask
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent 5f68c7c commit dbd6e9f

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
@@ -243,14 +242,6 @@ o2_add_test_root_macro(run_calib_tof.C
243242
O2::DetectorsBase
244243
O2::GlobalTracking)
245244

246-
# FIXME: move to subsystem dir
247-
o2_add_test_root_macro(run_clus_itsSA.C
248-
PUBLIC_LINK_LIBRARIES O2::DetectorsBase
249-
O2::ITSReconstruction
250-
O2::ITSMFTReconstruction
251-
O2::ITSMFTBase
252-
LABELS its)
253-
254245
# FIXME: move to subsystem dir
255246
o2_add_test_root_macro(run_clus_tof.C
256247
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)