Skip to content

Commit b8d5916

Browse files
authored
Merge branch 'AliceO2Group:master' into Fix-vector-error
2 parents 7561cd8 + a43469d commit b8d5916

177 files changed

Lines changed: 7881 additions & 3226 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.git-blame-ignore-revs

Whitespace-only changes.

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)