#include "RawData/RawQieLookUpTableBlock.h"#include "MessageService/MsgStream.h"#include "MessageService/MsgService.h"#include "MessageService/MsgFormat.h"#include "RawData/RawBlockRegistry.h"Go to the source code of this file.
Enumerations | |
| enum | EDebugQieLookUpTableBlock { kdbg_ForceHexDump = 0x0001, kdbg_LUTas16BitPairs = 0x0002, kdbg_DumpPaddingInfo = 0x0004, kdbg_DumpPaddingData = 0x0008 } |
| enum | EQieLookUpTableBlkPos { indx_size = 0, indx_checksum = 1, indx_blockid = 2, indx_run = 3, indx_subrun = 4, indx_runtype = indx_subrun, indx_crateid = 5, indx_modulenr = 6, indx_headerSize = 7, zzzz_last_v1 = 7, zzzz_last = 8 } |
Functions | |
| REGISTERRAWBLOCK (RawQieLookUpTableBlock, kMdBlockLookUpTable, 0) | |
|
|
Definition at line 14 of file RawQieLookUpTableBlock.cxx. 00014 {
00015 kdbg_ForceHexDump = 0x0001,
00016 kdbg_LUTas16BitPairs = 0x0002,
00017 kdbg_DumpPaddingInfo = 0x0004,
00018 kdbg_DumpPaddingData = 0x0008 // also require DumpPaddingInfo
00019 };
|
|
|
Definition at line 32 of file RawQieLookUpTableBlock.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_crateid = 5,
00040 indx_modulenr = 6,
00041 indx_headerSize = 7, // added in version 2
00042 zzzz_last_v1 = 7,
00043 zzzz_last = 8
00044 };
|
|
||||||||||||||||
|
|
1.3.9.1