Skip to content

Commit

Permalink
DPL: move writers to plugin
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ktf committed Nov 14, 2024
1 parent 4b9ede8 commit 1fbc2d0
Show file tree
Hide file tree
Showing 17 changed files with 690 additions and 553 deletions.
1 change: 1 addition & 0 deletions Framework/AnalysisSupport/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ o2_add_library(FrameworkAnalysisSupport
SOURCES src/Plugin.cxx
src/DataInputDirector.cxx
src/AODJAlienReaderHelpers.cxx
src/AODWriterHelpers.cxx
PRIVATE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/src
PUBLIC_LINK_LIBRARIES O2::Framework ${EXTRA_TARGETS} ROOT::TreePlayer)

Expand Down
Loading

0 comments on commit 1fbc2d0

Please sign in to comment.