File tree Expand file tree Collapse file tree 5 files changed +2
-326
lines changed
Detectors/ITSMFT/ITS/reconstruction
include/ITSReconstruction Expand file tree Collapse file tree 5 files changed +2
-326
lines changed Original file line number Diff line number Diff line change 1010# or submit itself to any jurisdiction.
1111
1212o2_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
2221o2_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)
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
255246o2_add_test_root_macro(run_clus_tof.C
256247 PUBLIC_LINK_LIBRARIES O2::TOFReconstruction O2::Framework O2::TOFBase
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments