#include "RawData/RawSubRunEndBlock.h"#include "MessageService/MsgService.h"#include "MessageService/MsgFormat.h"#include "RawData/RawBlockRegistry.h"Go to the source code of this file.
Enumerations | |
| enum | EDebugRunEndBlock { kdbg_ForceHexDump = 0x00000001 } |
| enum | ERunEndBlkPos { 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_endsec = 7, indx_endnsec = 8, indx_termcode = 9, indx_nsnarls = 10, indx_nnonsnarls = 11, indx_nerrors = 12, indx_ntimeframes = 13, indx_deadsec = indx_ntimeframes, indx_ndroppedtfs = 14, indx_deadnsec = indx_ndroppedtfs, zzzz_last = 15 } |
Functions | |
| REGISTERRAWBLOCK (RawSubRunEndBlock, kMdBlockSubRunEnd, 0) | |
|
|
Definition at line 15 of file RawSubRunEndBlock.cxx. 00015 {
00016 kdbg_ForceHexDump = 0x00000001
00017 };
|
|
|
Definition at line 28 of file RawSubRunEndBlock.cxx. 00028 {
00029 indx_size = 0,
00030 indx_checksum = 1,
00031 indx_blockid = 2,
00032 indx_run = 3,
00033 indx_subrun = 4,
00034 indx_runtype = indx_subrun,
00035 indx_startsec = 5,
00036 indx_startnsec = 6,
00037 indx_endsec = 7,
00038 indx_endnsec = 8,
00039 indx_termcode = 9,
00040 indx_nsnarls = 10,
00041 indx_nnonsnarls = 11,
00042 indx_nerrors = 12,
00043 indx_ntimeframes = 13,
00044 indx_deadsec = indx_ntimeframes,
00045 indx_ndroppedtfs = 14,
00046 indx_deadnsec = indx_ndroppedtfs,
00047 zzzz_last = 15
00048 };
|
|
||||||||||||||||
|
|
1.3.9.1