File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,21 @@ o2physics_add_library(ALICE3Core
1313 SOURCES TOFResoALICE3.cxx
1414 TrackUtilities.cxx
1515 DelphesO2TrackSmearer.cxx
16+ GeometryContainer.cxx
1617 PUBLIC_LINK_LIBRARIES O2::Framework
1718 O2Physics::AnalysisCore)
1819
1920o2physics_target_root_dictionary(ALICE3Core
2021 HEADERS TOFResoALICE3.h
2122 TrackUtilities.h
2223 DelphesO2TrackSmearer.h
24+ GeometryContainer.h
2325 LINKDEF ALICE3CoreLinkDef.h)
2426
2527o2physics_add_library(FastTracker
2628 SOURCES FastTracker.cxx
2729 DetLayer.cxx
2830 DelphesO2LutWriter.cxx
29- GeometryContainer.cxx
3031 PUBLIC_LINK_LIBRARIES O2::Framework
3132 O2Physics::AnalysisCore
3233 O2Physics::ALICE3Core)
@@ -35,5 +36,4 @@ o2physics_target_root_dictionary(FastTracker
3536 HEADERS FastTracker.h
3637 DetLayer.h
3738 DelphesO2LutWriter.h
38- GeometryContainer.h
3939 LINKDEF FastTrackerLinkDef.h)
You can’t perform that action at this time.
0 commit comments