Skip to content

Commit 3db2528

Browse files
committed
DPL: move writers to plugin
This will allow us at some point to remove the dependency on TTree in the framework, hopefully saving memory and allowing us to more easily customize the writing backend.
1 parent 5495379 commit 3db2528

17 files changed

+690
-553
lines changed

Framework/AnalysisSupport/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ o2_add_library(FrameworkAnalysisSupport
2020
SOURCES src/Plugin.cxx
2121
src/DataInputDirector.cxx
2222
src/AODJAlienReaderHelpers.cxx
23+
src/AODWriterHelpers.cxx
2324
PRIVATE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/src
2425
PUBLIC_LINK_LIBRARIES O2::Framework ${EXTRA_TARGETS} ROOT::TreePlayer)
2526

0 commit comments

Comments
 (0)