Skip to content

Commit 4a207b0

Browse files
committed
A3: add LUT writer
1 parent 80f9588 commit 4a207b0

File tree

4 files changed

+502
-1
lines changed

4 files changed

+502
-1
lines changed

ALICE3/Core/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,13 @@ o2physics_target_root_dictionary(ALICE3Core
2424
o2physics_add_library(FastTracker
2525
SOURCES FastTracker.cxx
2626
DetLayer.cxx
27+
DelphesO2LutWriter.cxx
2728
PUBLIC_LINK_LIBRARIES O2::Framework
28-
O2Physics::AnalysisCore)
29+
O2Physics::AnalysisCore
30+
O2Physics::ALICE3Core)
2931

3032
o2physics_target_root_dictionary(FastTracker
3133
HEADERS FastTracker.h
3234
DetLayer.h
35+
DelphesO2LutWriter.h
3336
LINKDEF FastTrackerLinkDef.h)

0 commit comments

Comments
 (0)