#include "RawData/RawChargeInjectInfoBlock.h"#include "MessageService/MsgService.h"#include "RawData/RawBlockRegistry.h"Go to the source code of this file.
Enumerations | |
| enum | EChargeInjectInfoBlkPos { indx_size = 0, indx_checksum = 1, indx_blockid = 2, indx_run = 3, indx_subrun = 4, indx_runtype = indx_subrun, indx_crateid = 5, indx_nvalues = 6, zzzz_last = 7 } |
Functions | |
| REGISTERRAWBLOCK (RawChargeInjectInfoBlock, kMdBlockChargeInjectInfo, 0) | |
|
|
Definition at line 24 of file RawChargeInjectInfoBlock.cxx. 00024 {
00025 indx_size = 0,
00026 indx_checksum = 1,
00027 indx_blockid = 2,
00028 indx_run = 3,
00029 indx_subrun = 4,
00030 indx_runtype = indx_subrun,
00031 indx_crateid = 5,
00032 indx_nvalues = 6,
00033 zzzz_last = 7
00034 };
|
|
||||||||||||||||
|
|
1.3.9.1