#include "RawData/RawLinearizedDataBlock.h"#include "TMath.h"#include "MessageService/MsgService.h"#include "MessageService/MsgFormat.h"#include "RawData/RawBlockRegistry.h"Go to the source code of this file.
Classes | |
| struct | LinDataPoint |
Enumerations | |
| enum | ELinearizedDataBlkPos { indx_size = 0, indx_checksum = 1, indx_blockid = 2, indx_run = 3, indx_subrun = 4, indx_runtype = indx_subrun, indx_sec = 5, indx_nsec = 6, indx_tf_v0 = 7, zzzz_last_v0 = 8, indx_crateid = 7, indx_tf = 8, indx_nloc = 9, zzzz_last = 10 } |
Functions | |
| CVSID ("$Id: RawLinearizedDataBlock.cxx,v 1.9 2003/07/10 19:36:29 rhatcher Exp $") | |
| REGISTERRAWBLOCK (RawLinearizedDataBlock, kMdBlockLinearizedData, 0) | |
Variables | |
| const UInt_t | linDataPointIntSize = sizeof(LinDataPoint)/sizeof(Int_t) |
| const UInt_t | illegalLocation = 0xFFFFFFFF |
|
|
Definition at line 26 of file RawLinearizedDataBlock.cxx. 00026 {
00027 indx_size = 0,
00028 indx_checksum = 1,
00029 indx_blockid = 2,
00030 indx_run = 3,
00031 indx_subrun = 4,
00032 indx_runtype = indx_subrun,
00033 indx_sec = 5,
00034 indx_nsec = 6,
00035 indx_tf_v0 = 7,
00036 zzzz_last_v0 = 8,
00037 indx_crateid = 7,
00038 indx_tf = 8,
00039 indx_nloc = 9,
00040 zzzz_last = 10
00041 };
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Definition at line 52 of file RawLinearizedDataBlock.cxx. |
|
|
Definition at line 50 of file RawLinearizedDataBlock.cxx. |
1.3.9.1