Allow use of different ROOT compression algorithms via APR.
In addition to the current ZLIB default, ROOT now implements LZMA and soon LZ4 compression (which will become default). This MR allows the setting of compression algorithms via APR. At this point the default behaviour of Athena I/O is _not_ changed. Former-commit-id: 25eb8af7
Showing
- Database/APR/RootStorageSvc/src/RootDatabase.cpp 45 additions, 30 deletionsDatabase/APR/RootStorageSvc/src/RootDatabase.cpp
- Database/APR/RootStorageSvc/src/RootDatabase.h 2 additions, 0 deletionsDatabase/APR/RootStorageSvc/src/RootDatabase.h
- Database/APR/RootStorageSvc/src/RootDomain.cpp 7 additions, 0 deletionsDatabase/APR/RootStorageSvc/src/RootDomain.cpp
- Database/APR/RootStorageSvc/src/RootDomain.h 2 additions, 0 deletionsDatabase/APR/RootStorageSvc/src/RootDomain.h
- Database/APR/RootStorageSvc/src/RootTreeContainer.cpp 20 additions, 15 deletionsDatabase/APR/RootStorageSvc/src/RootTreeContainer.cpp
Loading
Please register or sign in to comment