Belle II Software  release-08-01-10
RawCOPPERPackerInfo Class Reference

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.
 

Detailed Description

struct to contain header information used by RawCOPPERFormat::Packer()

Definition at line 19 of file RawCOPPERPackerInfo.h.

Constructor & Destructor Documentation

◆ RawCOPPERPackerInfo()

RawCOPPERPackerInfo ( )
inline

Not defined yet.

struct of information to fill in a header

Definition at line 49 of file RawCOPPERPackerInfo.h.

50  {
51  exp_num = 0;
52  run_subrun_num = 0;
53  eve_num = 0;
54  node_id = 0x00000000; // See RawCOPPERFormat.h
55  tt_ctime = 0;
56  tt_utime = 0;
57  b2l_ctime = 0;
59  truncation_mask = 0;
60  type_of_data = 0;
61  }
unsigned int b2l_ctime
32bit unitx time at trigger timing distributed by FTSW. For details, see Nakao-san's belle2link user ...
unsigned int truncation_mask
4bit errorflag for CRC errors in data transfer via b2link. ( bit0,1,2,3 -> finesse slot a,...
unsigned int eve_num
Run # and subrun # ( 22bit )
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...
unsigned int node_id
Event Number (32bit)
unsigned int run_subrun_num
Experiment number (10bit)
unsigned int type_of_data
Not defined yet.
unsigned int hslb_crc16_error_bit
27bit clock ticks at trigger timing measured by HSLB on COPPER. For details, see Nakao-san's belle2li...
unsigned int exp_num
Experiment number (10bit)

The documentation for this class was generated from the following file: