#include <cstring>#include "RawData/RawTpSinglesSummaryBlock.h"#include "RawData/RawCrateStatus.h"#include <iomanip>#include "MessageService/MsgService.h"#include "RawData/RawBlockRegistry.h"Go to the source code of this file.
Enumerations | |
| enum | EDebugTpSinglesSummaryBlock { kdbg_ForceHexDump = 0x0001 } |
| enum | ESnarlHeaderBlkPos { 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_src = 9, indx_ncrates = 10, zzzz_last = 11 } |
Functions | |
| CVSID ("$Id: RawTpSinglesSummaryBlock.cxx,v 1.24 2009/02/28 21:46:16 gmieg Exp $") | |
| REGISTERRAWBLOCK (RawTpSinglesSummaryBlock, kMdBlockTpSummarySingles, 0) | |
|
|
Definition at line 17 of file RawTpSinglesSummaryBlock.cxx. 00017 {
00018 kdbg_ForceHexDump = 0x0001
00019 };
|
|
|
Definition at line 32 of file RawTpSinglesSummaryBlock.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_startsec = 5,
00040 indx_startnsec = 6,
00041 indx_endsec = 7,
00042 indx_endnsec = 8,
00043 indx_src = 9,
00044 indx_ncrates = 10,
00045 zzzz_last = 11
00046 };
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
1.3.9.1