Definition at line 83 of file Compression.h.
Public Types | |
enum | EValues { kInherit = -1 , kUseGlobal = 0 , kZLIB , kLZMA , kOldCompressionAlgo , kLZ4 , kZSTD , kUndefined } |
Note: this is only temporarily a struct and will become a enum class hence the name. More... | |
#include <Compression.h>
Note: this is only temporarily a struct and will become a enum class hence the name.
convention used.
Enumerator | |
---|---|
kInherit | Some objects use this value to denote that the compression algorithm should be inherited from the parent object (e.g., TBranch should get the algorithm from the TTree) |
kUseGlobal | Use the global compression algorithm. |
kZLIB | Use ZLIB compression. |
kLZMA | Use LZMA compression. |
kOldCompressionAlgo | Use the old compression algorithm. |
kLZ4 | Use LZ4 compression. |
kZSTD | Use ZSTD compression. |
kUndefined | Undefined compression algorithm (must be kept the last of the list in case a new algorithm is added). |
Definition at line 85 of file Compression.h.