Belle II Software
release-08-01-10
|
struct to contain header information used by RawCOPPERFormat::Packer() More...
#include <RawCOPPERPackerInfo.h>
Public Member Functions | |
RawCOPPERPackerInfo () | |
Not defined yet. More... | |
Public Attributes | |
unsigned int | exp_num |
Experiment number (10bit) | |
unsigned int | run_subrun_num |
Experiment number (10bit) | |
unsigned int | eve_num |
Run # and subrun # ( 22bit ) | |
unsigned int | node_id |
Event Number (32bit) | |
unsigned int | tt_ctime |
Node ID (32bit) | |
unsigned int | tt_utime |
27bit clock ticks at trigger timing distributed by FTSW. For details, see Nakao-san's belle2link user guide | |
unsigned int | b2l_ctime |
32bit unitx time at trigger timing distributed by FTSW. For details, see Nakao-san's belle2link user guide | |
unsigned int | hslb_crc16_error_bit |
27bit clock ticks at trigger timing measured by HSLB on COPPER. For details, see Nakao-san's belle2link user guide | |
unsigned int | truncation_mask |
4bit errorflag for CRC errors in data transfer via b2link. ( bit0,1,2,3 -> finesse slot a,b,c,d) | |
unsigned int | type_of_data |
Not defined yet. | |
struct to contain header information used by RawCOPPERFormat::Packer()
Definition at line 19 of file RawCOPPERPackerInfo.h.
|
inline |
Not defined yet.
struct of information to fill in a header
Definition at line 49 of file RawCOPPERPackerInfo.h.