Skip to content

Commit fab6ec6

Browse files
committed
Simplify merge operation + add example
1 parent fbf7bd5 commit fab6ec6

6 files changed

Lines changed: 313 additions & 271 deletions

File tree

Generators/CMakeLists.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ if(doBuildSimulation)
146146
# PUBLIC_LINK_LIBRARIES O2::Generators)
147147
endif()
148148

149-
150149
o2_add_test_root_macro(share/external/tgenerator.C
151150
PUBLIC_LINK_LIBRARIES O2::Generators
152151
LABELS generators)
@@ -168,12 +167,12 @@ endif()
168167
o2_add_executable(merge-evtpool
169168
COMPONENT_NAME generators
170169
SOURCES src/MergeEventPool.cxx
171-
PUBLIC_LINK_LIBRARIES O2::SimulationDataFormat
170+
PUBLIC_LINK_LIBRARIES O2::CommonUtils
171+
O2::SimulationDataFormat
172172
ROOT::Core
173+
ROOT::RIO
173174
ROOT::Tree
174-
ROOT::Net
175-
Boost::program_options
176-
Threads::Threads)
175+
Boost::program_options)
177176

178177
o2_data_file(COPY share/external DESTINATION Generators)
179178
o2_data_file(COPY share/egconfig DESTINATION Generators)

0 commit comments

Comments
 (0)