ATLAS Offline Software
Loading...
Searching...
No Matches
RawEvent.h File Reference
#include <cstdint>
#include "eformat/FullEventFragment.h"
#include "eformat/ROBFragment.h"
#include "eformat/write/FullEventFragment.h"
#include "eformat/write/ROBFragment.h"
Include dependency graph for RawEvent.h:

Go to the source code of this file.

Namespaces

namespace  OFFLINE_FRAGMENTS_NAMESPACE
namespace  OFFLINE_FRAGMENTS_NAMESPACE_WRITE

Typedefs

using OFFLINE_FRAGMENTS_NAMESPACE::DataType = uint32_t
using OFFLINE_FRAGMENTS_NAMESPACE::PointerType = const DataType*
using OFFLINE_FRAGMENTS_NAMESPACE::FullEventFragment = eformat::FullEventFragment<PointerType>
using OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment = eformat::ROBFragment<PointerType>
using OFFLINE_FRAGMENTS_NAMESPACE_WRITE::FullEventFragment = eformat::write::FullEventFragment
using OFFLINE_FRAGMENTS_NAMESPACE_WRITE::ROBFragment = eformat::write::ROBFragment
using RawEvent = OFFLINE_FRAGMENTS_NAMESPACE::FullEventFragment
 data type for reading raw event
using RawEventWrite = OFFLINE_FRAGMENTS_NAMESPACE_WRITE::FullEventFragment
 data type for writing raw event

Typedef Documentation

◆ RawEvent

data type for reading raw event

Definition at line 37 of file RawEvent.h.

◆ RawEventWrite

data type for writing raw event

Definition at line 39 of file RawEvent.h.