#include "RawData/RawDaqDeadTimeBlock.h"#include "MessageService/MsgService.h"#include "MessageService/MsgFormat.h"#include "RawData/RawBlockRegistry.h"Go to the source code of this file.
Enumerations | |
| enum | ERunStartBlkPos { indx_size = 0, indx_checksum = 1, indx_blockid = 2, indx_run = 3, indx_subrun = 4, indx_runtype = indx_subrun, indx_startsec = 5, indx_startnsec = 6, indx_tfbegin = 7, indx_tfend = 8, zzzz_last = 9 } |
Functions | |
| REGISTERRAWBLOCK (RawDaqDeadTimeBlock, kMdBlockDaqDeadTime, 0) | |
|
|
Definition at line 25 of file RawDaqDeadTimeBlock.cxx. 00025 {
00026 indx_size = 0,
00027 indx_checksum = 1,
00028 indx_blockid = 2,
00029 indx_run = 3,
00030 indx_subrun = 4,
00031 indx_runtype = indx_subrun,
00032 indx_startsec = 5,
00033 indx_startnsec = 6,
00034 indx_tfbegin = 7,
00035 indx_tfend = 8,
00036 zzzz_last = 9
00037 };
|
|
||||||||||||||||
|
|
1.3.9.1