ATLAS Offline Software
Loading...
Searching...
No Matches
v40_write_ROBFragment.cxx File Reference
#include "v40_write_FullEventFragment.h"
#include "v40_write_ROBFragment.h"
#include "eformat/HeaderMarker.h"
#include "v40_ROBFragment.h"
#include "eformat/Status.h"
#include "eformat/Issue.h"
#include "eformat/checksum.h"
#include "CxxUtils/checker_macros.h"
#include <cstring>
Include dependency graph for v40_write_ROBFragment.cxx:

Go to the source code of this file.

Variables

static const unsigned int ROB_HEADER = 0
static const unsigned int ROB_STATUS = 1
static const unsigned int ROB_CHECKSUM_TYPE = 2
static const unsigned int ROD_HEADER = 3
static const unsigned int ROD_STATUS = 4
static const unsigned int ROD_DATA = 5
static const unsigned int ROD_TRAILER = 6
static const unsigned int ROB_CHECKSUM = 7

Variable Documentation

◆ ROB_CHECKSUM

const unsigned int ROB_CHECKSUM = 7
static

Definition at line 35 of file v40_write_ROBFragment.cxx.

◆ ROB_CHECKSUM_TYPE

const unsigned int ROB_CHECKSUM_TYPE = 2
static

Definition at line 30 of file v40_write_ROBFragment.cxx.

◆ ROB_HEADER

const unsigned int ROB_HEADER = 0
static

Definition at line 28 of file v40_write_ROBFragment.cxx.

◆ ROB_STATUS

const unsigned int ROB_STATUS = 1
static

Definition at line 29 of file v40_write_ROBFragment.cxx.

◆ ROD_DATA

const unsigned int ROD_DATA = 5
static

Definition at line 33 of file v40_write_ROBFragment.cxx.

◆ ROD_HEADER

const unsigned int ROD_HEADER = 3
static

Definition at line 31 of file v40_write_ROBFragment.cxx.

◆ ROD_STATUS

const unsigned int ROD_STATUS = 4
static

Definition at line 32 of file v40_write_ROBFragment.cxx.

◆ ROD_TRAILER

const unsigned int ROD_TRAILER = 6
static

Definition at line 34 of file v40_write_ROBFragment.cxx.