Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions Detectors/ITSMFT/ITS/reconstruction/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
# or submit itself to any jurisdiction.

o2_add_library(ITSReconstruction
SOURCES src/ClustererTask.cxx
src/CookedTracker.cxx
src/CookedConfigParam.cxx
src/RecoGeomHelper.cxx
SOURCES src/RecoGeomHelper.cxx
src/FastMultEstConfig.cxx
src/FastMultEst.cxx
PUBLIC_LINK_LIBRARIES O2::ITSBase
Expand All @@ -23,10 +20,6 @@ o2_add_library(ITSReconstruction

o2_target_root_dictionary(
ITSReconstruction
HEADERS include/ITSReconstruction/ClustererTask.h
include/ITSReconstruction/CookedTracker.h
include/ITSReconstruction/CookedConfigParam.h
include/ITSReconstruction/RecoGeomHelper.h
HEADERS include/ITSReconstruction/RecoGeomHelper.h
include/ITSReconstruction/FastMultEst.h
include/ITSReconstruction/FastMultEstConfig.h
LINKDEF src/CookedTrackerLinkDef.h)
include/ITSReconstruction/FastMultEstConfig.h)

This file was deleted.

This file was deleted.

Loading