We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5230746 commit af0bd6aCopy full SHA for af0bd6a
ALICE3/Core/CMakeLists.txt
@@ -12,6 +12,7 @@
12
o2physics_add_library(ALICE3Core
13
SOURCES TOFResoALICE3.cxx
14
TrackUtilities.cxx
15
+ FlatLutEntry.cxx
16
FlatTrackSmearer.cxx
17
GeometryContainer.cxx
18
PUBLIC_LINK_LIBRARIES O2::Framework
@@ -27,6 +28,7 @@ o2physics_target_root_dictionary(ALICE3Core
27
28
o2physics_add_library(FastTracker
29
SOURCES FastTracker.cxx
30
DetLayer.cxx
31
32
FlatLutWriter.cxx
33
34
O2Physics::AnalysisCore
0 commit comments