"README.org" did not exist on "01707f631acd0a52dbf2012b69dd56a407d6e393"
Teach TFileMerger to work with TFile* handles.
This patch allows TFileMerger to work with externally created TFile-s. Being able to control the creation of the TFile objects give us a chance to use in-memory files. This is very helpful in benchmarking when we want to simulate fast disks or we just want to avoid disk wearout.
Showing
- io/io/inc/ROOT/TBufferMerger.hxx 10 additions, 4 deletionsio/io/inc/ROOT/TBufferMerger.hxx
- io/io/inc/TFileMerger.h 3 additions, 0 deletionsio/io/inc/TFileMerger.h
- io/io/src/TBufferMerger.cxx 21 additions, 4 deletionsio/io/src/TBufferMerger.cxx
- io/io/src/TBufferMergerFile.cxx 1 addition, 1 deletionio/io/src/TBufferMergerFile.cxx
- io/io/src/TFileMerger.cxx 24 additions, 7 deletionsio/io/src/TFileMerger.cxx
- io/io/test/CMakeLists.txt 1 addition, 1 deletionio/io/test/CMakeLists.txt
- io/io/test/TBufferMerger.cxx 1 addition, 0 deletionsio/io/test/TBufferMerger.cxx
- io/io/test/TFileMergerTests.cxx 52 additions, 0 deletionsio/io/test/TFileMergerTests.cxx
Loading
Please register or sign in to comment