Skip to content

Commit 21b4e88

Browse files
committed
Improved version: added reading parallelization + alien files reading
1 parent 7c1166b commit 21b4e88

2 files changed

Lines changed: 316 additions & 52 deletions

File tree

Generators/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ o2_add_executable(merge-evtpool
171171
PUBLIC_LINK_LIBRARIES O2::SimulationDataFormat
172172
ROOT::Core
173173
ROOT::Tree
174-
Boost::program_options)
174+
ROOT::Net
175+
Boost::program_options
176+
Threads::Threads)
175177

176178
o2_data_file(COPY share/external DESTINATION Generators)
177179
o2_data_file(COPY share/egconfig DESTINATION Generators)

0 commit comments

Comments
 (0)