File tree Expand file tree Collapse file tree 6 files changed +10
-3
lines changed
Expand file tree Collapse file tree 6 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ target_link_libraries(
1919 O2::FDDWorkflow
2020 O2::FV0Workflow
2121 O2::Framework
22+ O2::FrameworkAnalysisSupport
2223 O2::GlobalTracking
2324 O2::GlobalTrackingWorkflow
2425 O2::ITSMFTWorkflow
@@ -75,6 +76,7 @@ o2_add_executable(
7576 O2::DataFormatsFT0
7677 O2::Steer
7778 O2::ZDCBase
79+ O2::FrameworkAnalysisSupport
7880 nlohmann_json::nlohmann_json
7981 )
8082
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ endif()
1919o2_add_library(FrameworkAnalysisSupport
2020 SOURCES src/Plugin.cxx
2121 src/DataInputDirector.cxx
22+ src/TableTreeHelpers.cxx
2223 src/AODJAlienReaderHelpers.cxx
2324 src/AODWriterHelpers.cxx
2425 PRIVATE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR} /src
@@ -39,3 +40,9 @@ o2_add_test(DataInputDirector NAME test_Framework_test_DataInputDirector
3940 COMPONENT_NAME Framework
4041 LABELS framework
4142 PUBLIC_LINK_LIBRARIES O2::FrameworkAnalysisSupport)
43+
44+ o2_add_test(TableToTree NAME benchmark_TableToTree
45+ SOURCES test /benchmark_TableToTree.cxx
46+ COMPONENT_NAME Framework
47+ LABELS framework
48+ PUBLIC_LINK_LIBRARIES O2::FrameworkAnalysisSupport benchmark::benchmark)
Original file line number Diff line number Diff line change 1818#include " TTreeReader.h"
1919#include " TTreeReaderValue.h"
2020#include " TTreeReaderArray.h"
21- #include " TableBuilder.h"
21+ #include " Framework/ TableBuilder.h"
2222#include < arrow/dataset/file_base.h>
2323#include < memory>
2424
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -132,7 +132,6 @@ o2_add_library(Framework
132132 src/TMessageSerializer.cxx
133133 src/TableBuilder.cxx
134134 src/TableConsumer.cxx
135- src/TableTreeHelpers.cxx
136135 src/TopologyPolicy.cxx
137136 src/TopologyPolicyHelpers.cxx
138137 src/TextDriverClient.cxx
@@ -349,7 +348,6 @@ foreach(b
349348 ASoAHelpers
350349 EventMixing
351350 HistogramRegistry
352- TableToTree
353351 ExternalFairMQDeviceProxies
354352 )
355353 o2_add_executable(benchmark-${b}
You can’t perform that action at this time.
0 commit comments