#include "RawData/RawSpillServerMonitorBlock.h"#include "TString.h"#include "MessageService/MsgService.h"#include "RawData/RawBlockRegistry.h"Go to the source code of this file.
Enumerations | |
| enum | EDaqHeaderBlkPos { indx_size = 0, indx_checksum = 1, indx_blockid = 2, indx_run = 3, indx_subrun = 4, indx_runtype = indx_subrun, indx_start_sec = 5, indx_start_nsec = 6, indx_tf = 7, indx_end_sec = 8, indx_end_nsec = 9, indx_response = 10, indx_spilldata = 11, indx_request = 11, indx_isknown = 12, indx_spilltype = 13, indx_spillid = 14, indx_near_sec = 15, indx_near_nsec = 16, indx_far_sec = 17, indx_far_nsec = 18, indx_esterr_ns = 19, indx_open_ns = 20, indx_close_ns = 21, zzzz_last = 22 } |
Functions | |
| REGISTERRAWBLOCK (RawSpillServerMonitorBlock, kMdBlockSpillServerMonitor, 0) | |
|
|
Definition at line 27 of file RawSpillServerMonitorBlock.cxx. 00027 {
00028 indx_size = 0,
00029 indx_checksum = 1,
00030 indx_blockid = 2,
00031 indx_run = 3,
00032 indx_subrun = 4,
00033 indx_runtype = indx_subrun,
00034 indx_start_sec = 5,
00035 indx_start_nsec = 6,
00036 indx_tf = 7,
00037 indx_end_sec = 8,
00038 indx_end_nsec = 9,
00039 indx_response = 10,
00040 indx_spilldata = 11, // start of structure
00041 indx_request = 11,
00042 indx_isknown = 12,
00043 indx_spilltype = 13,
00044 indx_spillid = 14,
00045 indx_near_sec = 15,
00046 indx_near_nsec = 16,
00047 indx_far_sec = 17,
00048 indx_far_nsec = 18,
00049 indx_esterr_ns = 19,
00050 indx_open_ns = 20,
00051 indx_close_ns = 21,
00052 zzzz_last = 22
00053 };
|
|
||||||||||||||||
|
|
1.3.9.1