#include "RawData/RawLiTpmtDigitsBlock.h"#include "RawData/RawCrateStatus.h"#include "RawData/RawVaMCDigit.h"#include "RawData/RawQieMCDigit.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 | EDebugDigitDataBlock { dbg_DumpHeaderOnUnpack = 0x0001, dbg_DumpCrateOnUnpack = 0x0002, dbg_DumpDigitOnUnpack = 0x0004 } |
| enum | ELiTpmtDigitsBlkPos { 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_tf_v1 = 7, indx_crateid_v1 = 8, indx_crateid = 7, indx_tf = 8, indx_ndigits = 9, zzzz_last = 10 } |
Functions | |
| CVSID ("$Id: RawLiTpmtDigitsBlock.cxx,v 1.5 2005/08/26 19:04:53 rhatcher Exp $") | |
| REGISTERRAWBLOCK (RawLiTpmtDigitsBlock, kMdBlockLiTpmtDigits, 0) | |
|
|
Definition at line 14 of file RawLiTpmtDigitsBlock.cxx. 00014 {
00015 dbg_DumpHeaderOnUnpack = 0x0001,
00016 dbg_DumpCrateOnUnpack = 0x0002,
00017 dbg_DumpDigitOnUnpack = 0x0004
00018 };
|
|
|
Definition at line 36 of file RawLiTpmtDigitsBlock.cxx. 00036 {
00037 indx_size = 0,
00038 indx_checksum = 1,
00039 indx_blockid = 2,
00040 indx_run = 3,
00041 indx_subrun = 4,
00042 indx_runtype = indx_subrun,
00043 indx_loadsec = 5,
00044 indx_loadnsec = 6,
00045 indx_tf_v1 = 7,
00046 indx_crateid_v1 = 8,
00047 indx_crateid = 7,
00048 indx_tf = 8,
00049 indx_ndigits = 9,
00050 zzzz_last = 10
00051 };
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
1.3.9.1