Skip to content

Commit 5230746

Browse files
committed
update CMakeLists.txt and link def
1 parent 6d20323 commit 5230746

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ALICE3/Core/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ o2physics_target_root_dictionary(ALICE3Core
2727
o2physics_add_library(FastTracker
2828
SOURCES FastTracker.cxx
2929
DetLayer.cxx
30-
DelphesO2LutWriter.cxx
30+
FlatLutWriter.cxx
3131
PUBLIC_LINK_LIBRARIES O2::Framework
3232
O2Physics::AnalysisCore
3333
O2Physics::ALICE3Core)
3434

3535
o2physics_target_root_dictionary(FastTracker
3636
HEADERS FastTracker.h
3737
DetLayer.h
38-
DelphesO2LutWriter.h
38+
FlatLutWriter.h
3939
LINKDEF FastTrackerLinkDef.h)

ALICE3/Core/FastTrackerLinkDef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818

1919
#pragma link C++ class o2::fastsim::GeometryContainer + ;
2020
#pragma link C++ class o2::fastsim::FastTracker + ;
21-
#pragma link C++ class o2::fastsim::DelphesO2LutWriter + ;
21+
#pragma link C++ class o2::fastsim::FlatLutWriter + ;
2222

2323
#endif // ALICE3_CORE_FASTTRACKERLINKDEF_H_

0 commit comments

Comments
 (0)