Skip to content

Commit 0e05a82

Browse files
authored
[ALICE3,PWGHF] Cleanup legacy ALICE3 (#16114)
1 parent 822fc71 commit 0e05a82

13 files changed

Lines changed: 62 additions & 1245 deletions

File tree

ALICE3/Core/ALICE3CoreLinkDef.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@
1313
#pragma link off all classes;
1414
#pragma link off all functions;
1515

16-
#pragma link C++ class o2::pid::tof::TOFResoALICE3 + ;
1716
#pragma link C++ class std::vector < std::vector < unsigned int>> + ;
1817
#pragma link C++ class std::vector < std::vector < std::uint32_t>> + ;

ALICE3/Core/CMakeLists.txt

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

1212
o2physics_add_library(ALICE3Core
13-
SOURCES TOFResoALICE3.cxx
14-
TrackUtilities.cxx
13+
SOURCES TrackUtilities.cxx
1514
FlatLutEntry.cxx
1615
FlatTrackSmearer.cxx
1716
GeometryContainer.cxx
1817
PUBLIC_LINK_LIBRARIES O2::Framework
1918
O2Physics::AnalysisCore)
2019

2120
o2physics_target_root_dictionary(ALICE3Core
22-
HEADERS TOFResoALICE3.h
23-
TrackUtilities.h
21+
HEADERS TrackUtilities.h
2422
FlatLutEntry.h
2523
GeometryContainer.h
2624
LINKDEF ALICE3CoreLinkDef.h)

ALICE3/Core/TOFResoALICE3.cxx

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

ALICE3/Core/TOFResoALICE3.h

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

ALICE3/DataModel/ECAL.h

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

ALICE3/DataModel/FTOF.h

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

ALICE3/DataModel/MID.h

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

0 commit comments

Comments
 (0)