ATLAS Offline Software
|
Classes | |
struct | data_separator_record |
class | DataBuffer |
class | DataWriter |
struct | file_end_record |
struct | file_name_strings |
struct | file_start_record |
struct | internal_run_parameters_record |
struct | iovec_const |
struct | old_internal_run_parameters_record |
struct | run_parameters_record |
Typedefs | |
typedef std::vector< std::string > | freeMetaDataStrings |
Enumerations | |
enum | FileStatus { FINISHED, UNFINISHED } |
enum | CompressionType { NONE, RESERVED, UNKNOWN, ZLIB } |
Functions | |
std::string | string_record (void *ri, const void *pi) |
std::string | string_record (const file_name_strings &nst) |
void | reset_record (void *ri, const void *pi) |
std::string | zmsg (const z_stream &strm) |
typedef std::vector<std::string> offline_EventStorage_v5::freeMetaDataStrings |
Definition at line 60 of file v5_EventStorageRecords.h.
void offline_EventStorage_v5::reset_record | ( | void * | ri, |
const void * | pi | ||
) |
std::string offline_EventStorage_v5::string_record | ( | const file_name_strings & | nst | ) |
Definition at line 33 of file v5_EventStorageRecords.cxx.
std::string offline_EventStorage_v5::string_record | ( | void * | ri, |
const void * | pi | ||
) |
Definition at line 13 of file v5_EventStorageRecords.cxx.
std::string offline_EventStorage_v5::zmsg | ( | const z_stream & | strm | ) |
Definition at line 54 of file v5_ESCompression.cxx.
const data_separator_record offline_EventStorage_v5::data_separator_pattern |
Definition at line 160 of file v5_EventStorageRecords.h.
const file_end_record offline_EventStorage_v5::file_end_pattern |
Definition at line 167 of file v5_EventStorageRecords.h.
const uint32_t offline_EventStorage_v5::file_name_strings_marker = STRING_SECTION_MARKER |
Definition at line 95 of file v5_EventStorageRecords.h.
const file_start_record offline_EventStorage_v5::file_start_pattern |
Definition at line 98 of file v5_EventStorageRecords.h.
const uint32_t offline_EventStorage_v5::free_strings_marker = FREE_STRINGS_MARKER |
Definition at line 96 of file v5_EventStorageRecords.h.
const old_internal_run_parameters_record offline_EventStorage_v5::old_run_parameters_pattern |
Definition at line 147 of file v5_EventStorageRecords.h.
const internal_run_parameters_record offline_EventStorage_v5::run_parameters_pattern |
Definition at line 134 of file v5_EventStorageRecords.h.