Namespace podio::sio_helpers

namespace sio_helpers

Typedefs

using position_type = uint32_t

Variables

static constexpr uint32_t SIOTocMarker = 0xc001fea7

marker for showing that a TOC has been stored in the file

static constexpr int SIOTocInfoSize = sizeof(uint64_t)

the number of bits necessary to store the SIOTocMarker and the actual position of the start of the SIOFileTOCRecord

static constexpr const char *SIOTocRecordName = "podio_SIO_TOC_Record"

The name of the TOCRecord.

static constexpr const char *SIOEDMDefinitionName = "podio_SIO_EDMDefinitions"

The name of the record containing the EDM definitions in json format.