#include "RawData/RawQieErrorStatsBlock.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 | EDebugQieErrorStatsBlock { kdbg_ForceHexDump = 0x0001 } |
| enum | EErrorStatsBlkPos { 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_nerrtypes = 9, zzzz_last = 11 } |
Functions | |
| CVSID ("$Id: RawQieErrorStatsBlock.cxx,v 1.3 2005/01/14 00:20:18 rhatcher Exp $") | |
| REGISTERRAWBLOCK (RawQieErrorStatsBlock, kMdBlockQieErrorStats, 0) | |
Variables | |
| Int_t | knownListOrder [] |
| Int_t | nknownLists = sizeof(knownListOrder)/sizeof(Int_t) |
| Int_t | unknownListCode = 0x7FFFFFFF |
|
|
Definition at line 14 of file RawQieErrorStatsBlock.cxx. 00014 {
00015 kdbg_ForceHexDump = 0x0001
00016 };
|
|
|
Definition at line 30 of file RawQieErrorStatsBlock.cxx. 00030 {
00031 indx_size = 0,
00032 indx_checksum = 1,
00033 indx_blockid = 2,
00034 indx_run = 3,
00035 indx_subrun = 4,
00036 indx_runtype = indx_subrun,
00037 indx_startsec = 5,
00038 indx_startnsec = 6,
00039 indx_endsec = 7,
00040 indx_endnsec = 8,
00041 indx_nerrtypes = 9,
00042 zzzz_last = 11
00043 };
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Initial value: { RawQieDigit::kParityError,
RawQieDigit::kCapIdError,
RawQieDigit::kMisCountError }
Definition at line 47 of file RawQieErrorStatsBlock.cxx. Referenced by RawQieErrorStatsBlock::FillAllMaps(), and RawQieErrorStatsBlock::FormatToOStream(). |
|
|
Definition at line 50 of file RawQieErrorStatsBlock.cxx. |
|
|
Definition at line 51 of file RawQieErrorStatsBlock.cxx. Referenced by RawQieErrorStatsBlock::FormatToOStream(). |
1.3.9.1