14#ifndef EFORMAT_OLD_FULLEVENTFRAGMENT_H
15#define EFORMAT_OLD_FULLEVENTFRAGMENT_H
47 virtual bool check ()
const;
58 inline uint32_t
date()
const {
return m_start[0]; }
63 inline uint32_t
global_id()
const {
return m_start[1]; }
68 inline uint32_t
lvl1_id()
const {
return m_start[2]; }
89 {
return &m_start[5]; }
93 const uint32_t* m_start;