#include <cstring>#include "RawData/RawSparsifierTableBlock.h"#include "RawData/RawCrateStatus.h"#include "MessageService/MsgStream.h"#include "MessageService/MsgFormat.h"#include "MessageService/MsgService.h"#include "RawData/RawBlockRegistry.h"Go to the source code of this file.
Enumerations | |
| enum | EDebugSparsifierTableBlock { kdbg_ForceHexDump = 0x00000001 } |
| enum | ESparsifierTableBlkPos { indx_size = 0, indx_checksum = 1, indx_blockid = 2, indx_run = 3, indx_subrun = 4, indx_runtype = indx_subrun, indx_loadsec = 5, indx_loadnsec = 6, indx_crateid = 7, indx_nvalues = 8, zzzz_last = 9 } |
Functions | |
| CVSID ("$Id: RawSparsifierTableBlock.cxx,v 1.13 2009/02/28 21:46:16 gmieg Exp $") | |
| REGISTERRAWBLOCK (RawSparsifierTableBlock, kMdBlockSparsifierTable, 0) | |
|
|
Definition at line 17 of file RawSparsifierTableBlock.cxx. 00017 {
00018 kdbg_ForceHexDump = 0x00000001
00019 };
|
|
|
Definition at line 32 of file RawSparsifierTableBlock.cxx. 00032 {
00033 indx_size = 0,
00034 indx_checksum = 1,
00035 indx_blockid = 2,
00036 indx_run = 3,
00037 indx_subrun = 4,
00038 indx_runtype = indx_subrun,
00039 indx_loadsec = 5,
00040 indx_loadnsec = 6,
00041 indx_crateid = 7,
00042 indx_nvalues = 8,
00043 zzzz_last = 9
00044 };
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
1.3.9.1