diff --git a/Detectors/Upgrades/ALICE3/TRK/reconstruction/CMakeLists.txt b/Detectors/Upgrades/ALICE3/TRK/reconstruction/CMakeLists.txt index 59a7f47955938..b8cb6a88f7163 100644 --- a/Detectors/Upgrades/ALICE3/TRK/reconstruction/CMakeLists.txt +++ b/Detectors/Upgrades/ALICE3/TRK/reconstruction/CMakeLists.txt @@ -41,15 +41,3 @@ o2_add_library(TRKReconstruction if(Acts_FOUND) target_compile_definitions(${targetName} PUBLIC O2_WITH_ACTS) endif() - -set(dictHeaders include/TRKReconstruction/TimeFrame.h - include/TRKReconstruction/Clusterer.h) - -if(Acts_FOUND) - list(APPEND dictHeaders include/TRKReconstruction/ClustererACTS.h - include/TRKReconstruction/TrackerACTS.h) -endif() - -o2_target_root_dictionary(TRKReconstruction - HEADERS ${dictHeaders} - LINKDEF src/TRKReconstructionLinkDef.h) diff --git a/Detectors/Upgrades/ALICE3/TRK/reconstruction/src/TRKReconstructionLinkDef.h b/Detectors/Upgrades/ALICE3/TRK/reconstruction/src/TRKReconstructionLinkDef.h deleted file mode 100644 index 1f4c2193b91b1..0000000000000 --- a/Detectors/Upgrades/ALICE3/TRK/reconstruction/src/TRKReconstructionLinkDef.h +++ /dev/null @@ -1,25 +0,0 @@ -// Copyright 2019-2020 CERN and copyright holders of ALICE O2. -// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders. -// All rights not expressly granted are reserved. -// -// This software is distributed under the terms of the GNU General Public -// License v3 (GPL Version 3), copied verbatim in the file "COPYING". -// -// In applying this license CERN does not waive the privileges and immunities -// granted to it by virtue of its status as an Intergovernmental Organization -// or submit itself to any jurisdiction. - -#ifdef __CLING__ - -#pragma link off all globals; -#pragma link off all classes; -#pragma link off all functions; - -#pragma link C++ class o2::trk::TimeFrame < 11> + ; -#pragma link C++ class o2::trk::Clusterer + ; -#ifdef O2_WITH_ACTS -#pragma link C++ class o2::trk::ClustererACTS + ; - -#endif - -#endif