Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

RawQieErrorStatsBlock.cxx File Reference

#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


Enumeration Type Documentation

enum EDebugQieErrorStatsBlock
 

Enumeration values:
kdbg_ForceHexDump 

Definition at line 14 of file RawQieErrorStatsBlock.cxx.

00014                               {
00015    kdbg_ForceHexDump  = 0x0001
00016 };

enum EErrorStatsBlkPos
 

Enumeration values:
indx_size 
indx_checksum 
indx_blockid 
indx_run 
indx_subrun 
indx_runtype 
indx_startsec 
indx_startnsec 
indx_endsec 
indx_endnsec 
indx_nerrtypes 
zzzz_last 

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 };


Function Documentation

CVSID "$Id: RawQieErrorStatsBlock cxx,
v 1.3 2005/01/14 00:20:18 rhatcher Exp $" 
 

REGISTERRAWBLOCK RawQieErrorStatsBlock  ,
kMdBlockQieErrorStats  ,
 


Variable Documentation

Int_t knownListOrder[] [static]
 

Initial value:

 { RawQieDigit::kParityError,
                                  RawQieDigit::kCapIdError,
                                  RawQieDigit::kMisCountError }

Definition at line 47 of file RawQieErrorStatsBlock.cxx.

Referenced by RawQieErrorStatsBlock::FillAllMaps(), and RawQieErrorStatsBlock::FormatToOStream().

Int_t nknownLists = sizeof(knownListOrder)/sizeof(Int_t) [static]
 

Definition at line 50 of file RawQieErrorStatsBlock.cxx.

Int_t unknownListCode = 0x7FFFFFFF [static]
 

Definition at line 51 of file RawQieErrorStatsBlock.cxx.

Referenced by RawQieErrorStatsBlock::FormatToOStream().


Generated on Mon Feb 15 11:08:10 2010 for loon by  doxygen 1.3.9.1