|
HIPO4 C++ Library 4.4.1
Columnar I/O library for CLAS12 physics data
|
#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | hipo |
| HIPO namespace is used for the classes that read/write files and records. | |
Enumerations | |
| enum class | hipo::header_type : uint8_t { hipo::evio_record = 0 , hipo::evio_file = 1 , hipo::evio_ext_file = 2 , hipo::hipo_record = 4 , hipo::hipo_file = 5 , hipo::hipo_ext_file = 6 , hipo::hipo_trailer = 7 } |
| enum class | hipo::compression_type : uint8_t { hipo::none = 0 , hipo::lz4 = 1 , hipo::lz4_best = 2 , hipo::gzip = 3 } |