![]() |
ATLAS Offline Software
|
#include <string>#include <vector>#include <stdint.h>Go to the source code of this file.
Namespaces | |
| namespace | offline_EventStorage_v5 |
Macros | |
| #define | FILE_FORMAT_VERSION_V5 0x00000005 |
| metadata records for EventStorage library | |
| #define | FILE_START_MARKER 0x1234aaaa |
| #define | RUN_PARAMETERS_MARKER 0x1234bbbb |
| #define | EVENT_RECORD_MARKER 0x1234cccc |
| #define | STRING_SECTION_MARKER 0x1234aabb |
| #define | FREE_STRINGS_MARKER 0x1234aabc |
| #define | FILE_END_MARKER 0x1234dddd |
| #define | FILE_END_MARKER_LAST 0x1234eeee |
Typedefs | |
| typedef std::vector< std::string > | offline_EventStorage_v5::freeMetaDataStrings |
Enumerations | |
| enum | offline_EventStorage_v5::CompressionType { offline_EventStorage_v5::NONE , offline_EventStorage_v5::RESERVED , offline_EventStorage_v5::UNKNOWN , offline_EventStorage_v5::ZLIB } |
Functions | |
| std::string | offline_EventStorage_v5::string_record (void *ri, const void *pi) |
| std::string | offline_EventStorage_v5::string_record (const file_name_strings &nst) |
| void | offline_EventStorage_v5::reset_record (void *ri, const void *pi) |
| #define EVENT_RECORD_MARKER 0x1234cccc |
Definition at line 25 of file v5_EventStorageRecords.h.
| #define FILE_END_MARKER 0x1234dddd |
Definition at line 30 of file v5_EventStorageRecords.h.
| #define FILE_END_MARKER_LAST 0x1234eeee |
Definition at line 31 of file v5_EventStorageRecords.h.
| #define FILE_FORMAT_VERSION_V5 0x00000005 |
metadata records for EventStorage library
Definition at line 19 of file v5_EventStorageRecords.h.
| #define FILE_START_MARKER 0x1234aaaa |
Definition at line 22 of file v5_EventStorageRecords.h.
| #define FREE_STRINGS_MARKER 0x1234aabc |
Definition at line 28 of file v5_EventStorageRecords.h.
| #define RUN_PARAMETERS_MARKER 0x1234bbbb |
Definition at line 23 of file v5_EventStorageRecords.h.
| #define STRING_SECTION_MARKER 0x1234aabb |
Definition at line 27 of file v5_EventStorageRecords.h.